summaryrefslogtreecommitdiffstats
path: root/eval
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-11-07 21:54:50 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2023-11-07 21:54:50 +0000
commitbbdb900d9d450515604c31192edf26a2d19e3d40 (patch)
treef8b70def82e7a3e144bb694a0b26d9a8c44d3f57 /eval
parentec06a46d765cb491e695b2c34eb6ed7264498337 (diff)
Reduce branch miss predictions.
Diffstat (limited to 'eval')
-rw-r--r--eval/src/vespa/eval/eval/cell_type.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/eval/src/vespa/eval/eval/cell_type.cpp b/eval/src/vespa/eval/eval/cell_type.cpp
index aef5eee3e52..978aa55c088 100644
--- a/eval/src/vespa/eval/eval/cell_type.cpp
+++ b/eval/src/vespa/eval/eval/cell_type.cpp
@@ -1,12 +1,6 @@
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "cell_type.h"
-#include <stdio.h>
-#include <cstdlib>
-#include <vespa/vespalib/util/exceptions.h>
-#include <vespa/vespalib/util/stringfmt.h>
-
-using vespalib::make_string_short::fmt;
namespace vespalib::eval {