summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-09-25 22:35:05 +0200
committerTor Egge <Tor.Egge@online.no>2022-09-25 22:35:05 +0200
commit9c1da27e70aadecc2acb540fa0cabfe4e5f762d5 (patch)
tree528c7648676f6da723d30bc899c7752c3413ee42 /document
parent0268849148178333963688a98c3df9ddc9306a19 (diff)
Remove duplicate include.
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/select/compare.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/document/src/vespa/document/select/compare.cpp b/document/src/vespa/document/select/compare.cpp
index 36ef3b7cdbe..25a308adbf3 100644
--- a/document/src/vespa/document/select/compare.cpp
+++ b/document/src/vespa/document/select/compare.cpp
@@ -2,7 +2,6 @@
#include "compare.h"
#include "valuenode.h"
-#include "compare.h"
#include "visitor.h"
#include <vespa/document/datatype/datatype.h>
#include <vespa/document/fieldvalue/document.h>