summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/tests/objects
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-29 19:48:02 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:40 +0100
commitaf4d4c5d3a170aeedf2afbcca42367ec3e53c2fa (patch)
tree69a26931a15318be8ec1f24ac8869158ea97f9c6 /staging_vespalib/src/tests/objects
parent90917525b8d0d3b2ed977d1965790df9b0a125c6 (diff)
include explicit what you need, less is provided by accident.
Diffstat (limited to 'staging_vespalib/src/tests/objects')
-rw-r--r--staging_vespalib/src/tests/objects/identifiable_test.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/staging_vespalib/src/tests/objects/identifiable_test.cpp b/staging_vespalib/src/tests/objects/identifiable_test.cpp
index 2fe793dae10..ca6f40542aa 100644
--- a/staging_vespalib/src/tests/objects/identifiable_test.cpp
+++ b/staging_vespalib/src/tests/objects/identifiable_test.cpp
@@ -1,10 +1,9 @@
// 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>
-LOG_SETUP("identifiable_test");
#include <vespa/vespalib/testkit/testapp.h>
-#include <vespa/vespalib/objects/identifiable.h>
+#include <vespa/vespalib/objects/identifiable.hpp>
#include <vespa/vespalib/objects/namedobject.h>
+#include <vespa/vespalib/objects/nbostream.h>
#include <vespa/vespalib/util/exceptions.h>
using namespace vespalib;