summaryrefslogtreecommitdiffstats
path: root/eval/src/apps
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-31 22:59:52 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-06-01 14:51:25 +0200
commite224b93e9d6082e245730c0b2f72c988b9668524 (patch)
treec8539677da15060bef2b4cf348827f7cb82d0d20 /eval/src/apps
parent8100948a577da7e399427695d6911c09d038ac04 (diff)
Reduce fastos.h dependency.
Diffstat (limited to 'eval/src/apps')
-rw-r--r--eval/src/apps/eval_expr/eval_expr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval/src/apps/eval_expr/eval_expr.cpp b/eval/src/apps/eval_expr/eval_expr.cpp
index d02ef0ad444..804b23db591 100644
--- a/eval/src/apps/eval_expr/eval_expr.cpp
+++ b/eval/src/apps/eval_expr/eval_expr.cpp
@@ -1,6 +1,5 @@
// 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/eval/eval/function.h>
#include <vespa/eval/eval/interpreted_function.h>