aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/bucketdb/lockablemaptest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/bucketdb/lockablemaptest.cpp')
-rw-r--r--storage/src/tests/bucketdb/lockablemaptest.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/storage/src/tests/bucketdb/lockablemaptest.cpp b/storage/src/tests/bucketdb/lockablemaptest.cpp
index 46928ee51ae..c94121062ec 100644
--- a/storage/src/tests/bucketdb/lockablemaptest.cpp
+++ b/storage/src/tests/bucketdb/lockablemaptest.cpp
@@ -1,7 +1,5 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-#include <vespa/log/log.h>
-LOG_SETUP(".lockable_map_test");
#include <vespa/vespalib/util/document_runnable.h>
#include <vespa/storage/bucketdb/judymultimap.h>
#include <vespa/storage/bucketdb/judymultimap.hpp>
@@ -10,6 +8,9 @@ LOG_SETUP(".lockable_map_test");
#include <cppunit/extensions/HelperMacros.h>
#include <boost/operators.hpp>
+#include <vespa/log/log.h>
+LOG_SETUP(".lockable_map_test");
+
namespace storage {
struct LockableMapTest : public CppUnit::TestFixture {