summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/common/documentlocations.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/common/documentlocations.h')
-rw-r--r--searchlib/src/vespa/searchlib/common/documentlocations.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/searchlib/src/vespa/searchlib/common/documentlocations.h b/searchlib/src/vespa/searchlib/common/documentlocations.h
index ab8de606a43..d1a31a81bdc 100644
--- a/searchlib/src/vespa/searchlib/common/documentlocations.h
+++ b/searchlib/src/vespa/searchlib/common/documentlocations.h
@@ -4,12 +4,10 @@
#include <memory>
-namespace search {
+namespace search { class AttributeGuard; }
+namespace search::attribute { class IAttributeVector; }
-namespace attribute { class IAttributeVector; }
-class AttributeGuard;
-
-namespace common {
+namespace search::common {
/**
@@ -37,7 +35,4 @@ public:
}
};
-
}
-}
-