summaryrefslogtreecommitdiffstats
path: root/persistencetypes
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-02-16 20:53:03 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-02-16 20:53:03 +0000
commit300feee8061e0d7558f51b13fc34bb0e3d54d09c (patch)
tree04baceda72ff84ec895418143c723f3089665440 /persistencetypes
parent9bef50c39306a9515d170c866bc0421931626ebf (diff)
GC unused include.
Diffstat (limited to 'persistencetypes')
-rw-r--r--persistencetypes/src/persistence/spi/types.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/persistencetypes/src/persistence/spi/types.cpp b/persistencetypes/src/persistence/spi/types.cpp
index 00aa95b9707..e746f02e869 100644
--- a/persistencetypes/src/persistence/spi/types.cpp
+++ b/persistencetypes/src/persistence/spi/types.cpp
@@ -1,11 +1,8 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "types.h"
-
#include <vespa/vespalib/objects/nbostream.h>
-namespace storage {
-
-namespace spi {
+namespace storage::spi {
DEFINE_PRIMITIVE_WRAPPER_NBOSTREAM(NodeIndex);
DEFINE_PRIMITIVE_WRAPPER_NBOSTREAM(PartitionId);
@@ -14,5 +11,3 @@ DEFINE_PRIMITIVE_WRAPPER_NBOSTREAM(Timestamp);
DEFINE_PRIMITIVE_WRAPPER_NBOSTREAM(BucketChecksum);
}
-
-}