aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/eval/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/eval/function.h')
-rw-r--r--eval/src/vespa/eval/eval/function.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/eval/src/vespa/eval/eval/function.h b/eval/src/vespa/eval/eval/function.h
index 61f2c9c2f24..e56118da65e 100644
--- a/eval/src/vespa/eval/eval/function.h
+++ b/eval/src/vespa/eval/eval/function.h
@@ -2,17 +2,11 @@
#pragma once
-#include <cmath>
-#include <memory>
-#include <vespa/vespalib/stllike/string.h>
-#include <vespa/vespalib/util/stringfmt.h>
-#include <map>
#include "basic_nodes.h"
#include "delete_node.h"
#include "value.h"
-namespace vespalib {
-namespace eval {
+namespace vespalib::eval {
enum class PassParams : uint8_t { SEPARATE, ARRAY, LAZY };
@@ -85,5 +79,4 @@ public:
};
};
-} // namespace vespalib::eval
-} // namespace vespalib
+}