aboutsummaryrefslogtreecommitdiffstats
path: root/fastlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-19 03:38:19 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-19 14:15:54 +0000
commit2e0bc6c08d1735240c7991a91cbe45ba9ef8badd (patch)
tree12cd5597d274b7b7c82527b5e3d9e390510dbb4a /fastlib
parentd02f3514af433dcbddc739421549e3f527b5af4c (diff)
GC unused code and only include the stuff needed.
Diffstat (limited to 'fastlib')
-rw-r--r--fastlib/src/vespa/fastlib/io/inputstream.h18
1 files changed, 1 insertions, 17 deletions
diff --git a/fastlib/src/vespa/fastlib/io/inputstream.h b/fastlib/src/vespa/fastlib/io/inputstream.h
index 56f4d666dc3..22f65eb95c3 100644
--- a/fastlib/src/vespa/fastlib/io/inputstream.h
+++ b/fastlib/src/vespa/fastlib/io/inputstream.h
@@ -1,23 +1,7 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-/**
-*******************************************************************************
-*
-* @author Stein Hardy Danielsen
-* @date Creation date: 2000-1-14
-* @version $Id$
-*
-* @file
-*
-* Generic input stream interface
-*
-* Copyright (c) : 1997-1999 Fast Search & Transfer ASA
-* ALL RIGHTS RESERVED
-*
-******************************************************************************/
#pragma once
-
-
+#include <sys/types.h>
class Fast_InputStream
{