From 300feee8061e0d7558f51b13fc34bb0e3d54d09c Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Sun, 16 Feb 2020 20:53:03 +0000 Subject: GC unused include. --- persistencetypes/src/persistence/spi/types.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'persistencetypes/src') 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 -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); } - -} -- cgit v1.2.3