aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/testdocmantest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/testdocmantest.cpp')
-rw-r--r--document/src/tests/testdocmantest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/document/src/tests/testdocmantest.cpp b/document/src/tests/testdocmantest.cpp
index 5aa2b65fb99..6d0a2686a74 100644
--- a/document/src/tests/testdocmantest.cpp
+++ b/document/src/tests/testdocmantest.cpp
@@ -2,10 +2,10 @@
/* $Id$*/
-#include <iostream>
-#include <set>
-#include <sstream>
#include <vespa/document/base/testdocman.h>
+#include <vespa/document/fieldvalue/document.h>
+#include <vespa/document/fieldvalue/stringfieldvalue.h>
+
#include <gtest/gtest.h>
namespace document {