summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-21 20:03:32 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-09-21 20:03:32 +0000
commit0eec813fa11b2d50b645097d94fcd787f6dfdcb7 (patch)
treef9e6c876c141ba36ca7c210b4a89422175294ffd /document
parent20961181a6daa47175c9df8bb223865421d2bfda (diff)
Remove boost::scoped_array.
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/select/compare.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/document/src/vespa/document/select/compare.cpp b/document/src/vespa/document/select/compare.cpp
index 2df33e00d22..d4cddd47be3 100644
--- a/document/src/vespa/document/select/compare.cpp
+++ b/document/src/vespa/document/select/compare.cpp
@@ -2,7 +2,6 @@
#include <vespa/fastos/fastos.h>
#include "compare.h"
-#include <boost/scoped_array.hpp>
#include <iomanip>
#include <vespa/log/log.h>
#include <sstream>