From d88eef4f629682b7fe80b1888dbc1e96960ba28c Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Thu, 1 Dec 2016 14:52:48 +0100 Subject: Include asciistream in implementation only. --- persistence/src/vespa/persistence/spi/bucket.cpp | 5 +++-- persistence/src/vespa/persistence/spi/clusterstate.cpp | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'persistence') 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 -#include + +#include "bucket.h" #include +#include 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 -#include + +#include "clusterstate.h" #include #include #include +#include namespace storage { namespace spi { -- cgit v1.2.3