summaryrefslogtreecommitdiffstats
path: root/persistence
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-05-24 12:15:03 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-05-24 12:17:45 +0200
commita34339ddac1fcf19717d01a05e02972897b0e3d6 (patch)
tree7512f8680a856867786df66f5edf56a15134a6e8 /persistence
parentb0cc8eed7b8017f466eae951dbbacfc4b902193c (diff)
Include what you need yourself, and not more.
Diffstat (limited to 'persistence')
-rw-r--r--persistence/src/vespa/persistence/spi/bucketinfo.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/persistence/src/vespa/persistence/spi/bucketinfo.h b/persistence/src/vespa/persistence/spi/bucketinfo.h
index ad869c0add3..eb7a5daeb5a 100644
--- a/persistence/src/vespa/persistence/spi/bucketinfo.h
+++ b/persistence/src/vespa/persistence/spi/bucketinfo.h
@@ -12,8 +12,7 @@ namespace vespalib {
class asciistream;
}
-namespace storage {
-namespace spi {
+namespace storage::spi {
class BucketInfo {
public:
@@ -105,6 +104,4 @@ private:
vespalib::asciistream& operator<<(vespalib::asciistream& out, const BucketInfo& info);
std::ostream& operator<<(std::ostream& out, const BucketInfo& info);
-} // spi
-} // storage
-
+}