summaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/expgolomb
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-06-01 12:20:41 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-06-01 15:32:58 +0200
commitf8ce3307a63b5c5d8ad8aaadfcce92e602b0cae7 (patch)
tree1fb8b8a5e10b55d97e23791d8e028a9e5cc19bdb /searchlib/src/apps/expgolomb
parent25829c28d04e811c46366eb57de584d042961619 (diff)
Reduce fastos.h dependency.
Diffstat (limited to 'searchlib/src/apps/expgolomb')
-rw-r--r--searchlib/src/apps/expgolomb/expgolomb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/apps/expgolomb/expgolomb.cpp b/searchlib/src/apps/expgolomb/expgolomb.cpp
index 2883a0ca392..81aa566305c 100644
--- a/searchlib/src/apps/expgolomb/expgolomb.cpp
+++ b/searchlib/src/apps/expgolomb/expgolomb.cpp
@@ -1,6 +1,6 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
+#include <vespa/fastos/app.h>
#include <vespa/searchlib/bitcompression/compression.h>
#include <vector>