summaryrefslogtreecommitdiffstats
path: root/persistence
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-01 14:52:48 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-12 02:55:42 +0100
commitd88eef4f629682b7fe80b1888dbc1e96960ba28c (patch)
tree35622e2193938a59eaa70ef302f2fe9ca96217fa /persistence
parent7484cadb9ef5cd615865fc56b654f141821a8861 (diff)
Include asciistream in implementation only.
Diffstat (limited to 'persistence')
-rw-r--r--persistence/src/vespa/persistence/spi/bucket.cpp5
-rw-r--r--persistence/src/vespa/persistence/spi/clusterstate.cpp5
2 files changed, 6 insertions, 4 deletions
diff --git a/persistence/src/vespa/persistence/spi/bucket.cpp b/persistence/src/vespa/persistence/spi/bucket.cpp
index 5221cf7a283..bfa5c88874e 100644
--- a/persistence/src/vespa/persistence/spi/bucket.cpp
+++ b/persistence/src/vespa/persistence/spi/bucket.cpp
@@ -1,7 +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 <vespa/persistence/spi/bucket.h>
+
+#include "bucket.h"
#include <ostream>
+#include <vespa/vespalib/stllike/asciistream.h>
namespace storage {
namespace spi {
diff --git a/persistence/src/vespa/persistence/spi/clusterstate.cpp b/persistence/src/vespa/persistence/spi/clusterstate.cpp
index 731344ce7cd..c505c8c8d3b 100644
--- a/persistence/src/vespa/persistence/spi/clusterstate.cpp
+++ b/persistence/src/vespa/persistence/spi/clusterstate.cpp
@@ -1,9 +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/persistence/spi/clusterstate.h>
+
+#include "clusterstate.h"
#include <vespa/vdslib/state/clusterstate.h>
#include <vespa/vdslib/distribution/distribution.h>
#include <vespa/vespalib/objects/nbostream.h>
+#include <vespa/vespalib/stllike/asciistream.h>
namespace storage {
namespace spi {