aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/eval/call_nodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/vespa/eval/eval/call_nodes.h')
-rw-r--r--eval/src/vespa/eval/eval/call_nodes.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/eval/src/vespa/eval/eval/call_nodes.h b/eval/src/vespa/eval/eval/call_nodes.h
index 9f7b5a94a73..975f52e40a1 100644
--- a/eval/src/vespa/eval/eval/call_nodes.h
+++ b/eval/src/vespa/eval/eval/call_nodes.h
@@ -4,16 +4,12 @@
#include "basic_nodes.h"
#include <vespa/vespalib/stllike/string.h>
-#include <vespa/vespalib/util/stringfmt.h>
#include <map>
#include <cmath>
-namespace vespalib {
-namespace eval {
+namespace vespalib::eval { struct NodeVisitor; }
-struct NodeVisitor;
-
-namespace nodes {
+namespace vespalib::eval::nodes {
/**
* Common superclass for AST nodes describing calls to built-in
@@ -144,6 +140,4 @@ struct Hamming : CallHelper<Hamming> { Hamming() : Helper("hamming", 2) {} };
//-----------------------------------------------------------------------------
-} // namespace vespalib::eval::nodes
-} // namespace vespalib::eval
-} // namespace vespalib
+}