summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/postinglistbm/andstress.h
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-08-18 15:06:42 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-08-18 15:06:42 +0200
commit2e5456028b6a489cbcd2b07641bb2d171469cf73 (patch)
tree851db179c0621986ad73c182e95a8059478feb44 /searchlib/src/tests/postinglistbm/andstress.h
parent8721bdaf57d42e397e895c3ee929eb3afda6e0da (diff)
Include what you need.
Diffstat (limited to 'searchlib/src/tests/postinglistbm/andstress.h')
-rw-r--r--searchlib/src/tests/postinglistbm/andstress.h19
1 files changed, 6 insertions, 13 deletions
diff --git a/searchlib/src/tests/postinglistbm/andstress.h b/searchlib/src/tests/postinglistbm/andstress.h
index b752e602f5d..07e344f3549 100644
--- a/searchlib/src/tests/postinglistbm/andstress.h
+++ b/searchlib/src/tests/postinglistbm/andstress.h
@@ -1,23 +1,17 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
-
#include <vector>
-namespace search
-{
-class Rand48;
-
-namespace fakedata
-{
+#include <string>
-class FakeWordSet;
+namespace search {
+class Rand48;
-}
+namespace fakedata { class FakeWordSet; }
}
-namespace postinglistbm
-{
+namespace postinglistbm {
class AndStress
{
@@ -39,5 +33,4 @@ public:
bool unpack);
};
-} // namespace postinglistbm
-
+}