aboutsummaryrefslogtreecommitdiffstats
path: root/eval
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2020-11-03 16:50:49 +0000
committerArne Juul <arnej@verizonmedia.com>2020-11-03 16:50:49 +0000
commit8d7b90f92866fb1d9f3be79f9f0393a2db76e972 (patch)
treec1d01cc8e446502013bfd0efd7e6336c0ea6a0da /eval
parentad8787ce2fe985bd5dd305280a1d7b07fab6504c (diff)
GC unused include
Diffstat (limited to 'eval')
-rw-r--r--eval/src/vespa/eval/instruction/generic_lambda.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/instruction/generic_lambda.cpp b/eval/src/vespa/eval/instruction/generic_lambda.cpp
index 044ce51367c..2307f65a2c0 100644
--- a/eval/src/vespa/eval/instruction/generic_lambda.cpp
+++ b/eval/src/vespa/eval/instruction/generic_lambda.cpp
@@ -1,7 +1,6 @@
// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "generic_lambda.h"
-#include <vespa/vespalib/objects/objectvisitor.h>
#include <vespa/eval/eval/llvm/compiled_function.h>
#include <vespa/eval/eval/llvm/compile_cache.h>
#include <assert.h>