summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/tests/benchmark/testbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'staging_vespalib/src/tests/benchmark/testbase.cpp')
-rw-r--r--staging_vespalib/src/tests/benchmark/testbase.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/staging_vespalib/src/tests/benchmark/testbase.cpp b/staging_vespalib/src/tests/benchmark/testbase.cpp
index 9ac20638218..93f5c9b975a 100644
--- a/staging_vespalib/src/tests/benchmark/testbase.cpp
+++ b/staging_vespalib/src/tests/benchmark/testbase.cpp
@@ -1,10 +1,8 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/fastos/fastos.h>
-//#include <linux/time.h>
-#include <vespa/log/log.h>
-#include <vespa/fastos/timestamp.h>
#include "testbase.h"
+#include <vespa/fastos/timestamp.h>
+#include <vespa/log/log.h>
LOG_SETUP(".testbase");
namespace vespalib {