summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/array/array_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/array/array_test.cpp')
-rw-r--r--vespalib/src/tests/array/array_test.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/vespalib/src/tests/array/array_test.cpp b/vespalib/src/tests/array/array_test.cpp
index 231bc00611a..fb4a824ec00 100644
--- a/vespalib/src/tests/array/array_test.cpp
+++ b/vespalib/src/tests/array/array_test.cpp
@@ -1,13 +1,10 @@
// 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 <vespa/log/log.h>
-#include <vespa/vespalib/util/array.h>
+
+#include <vespa/vespalib/util/array.hpp>
#include <vespa/vespalib/stllike/string.h>
#include <vespa/vespalib/testkit/testapp.h>
#include <deque>
-LOG_SETUP("array_test");
-
using namespace vespalib;
class Test : public TestApp