summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2018-04-05 21:12:48 +0200
committerTor Egge <Tor.Egge@broadpark.no>2018-04-05 21:59:02 +0200
commit7142d7ed1b19a760959d6adf8466e6cd8292e7d5 (patch)
treed8db8fa4fb15793b0913e5073d91a00cff380187 /storage
parent6f968e2e3ff884f9087e770a15b8b17f7f4c77ee (diff)
Remove DocumentTypeRepo::UP typedef.
Remove unneeded includes.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/distributor/operations/external/removelocationoperation.cpp1
-rw-r--r--storage/src/vespa/storage/visiting/visitorthread.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/storage/src/vespa/storage/distributor/operations/external/removelocationoperation.cpp b/storage/src/vespa/storage/distributor/operations/external/removelocationoperation.cpp
index cf3eed09bf0..71d8f1b17ea 100644
--- a/storage/src/vespa/storage/distributor/operations/external/removelocationoperation.cpp
+++ b/storage/src/vespa/storage/distributor/operations/external/removelocationoperation.cpp
@@ -4,7 +4,6 @@
#include <vespa/storageapi/message/removelocation.h>
#include <vespa/document/bucket/bucketselector.h>
#include <vespa/document/fieldvalue/document.h>
-#include <vespa/document/repo/documenttyperepo.h>
#include <vespa/document/select/parser.h>
#include <vespa/storage/distributor/distributor_bucket_space.h>
diff --git a/storage/src/vespa/storage/visiting/visitorthread.cpp b/storage/src/vespa/storage/visiting/visitorthread.cpp
index 718e88a2917..a8f31514eb1 100644
--- a/storage/src/vespa/storage/visiting/visitorthread.cpp
+++ b/storage/src/vespa/storage/visiting/visitorthread.cpp
@@ -2,7 +2,6 @@
#include "visitorthread.h"
#include "messages.h"
-#include <vespa/document/repo/documenttyperepo.h>
#include <vespa/document/select/bodyfielddetector.h>
#include <vespa/document/select/orderingselector.h>
#include <vespa/document/select/parser.h>