aboutsummaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2018-04-04 14:15:54 +0000
committerTor Egge <Tor.Egge@oath.com>2018-04-04 14:15:54 +0000
commit2843c1e7f623333eed0068435e414ea85b3b5463 (patch)
tree9659ed73a982ecfd55412626184b975d621a996b /document
parent91a0164390282d89b5b295142e4f06ce27afdbc2 (diff)
Remove unneeded include.
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/repo/document_type_repo_factory.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/document/src/vespa/document/repo/document_type_repo_factory.cpp b/document/src/vespa/document/repo/document_type_repo_factory.cpp
index ce8d19ae5a2..07cb7aec17a 100644
--- a/document/src/vespa/document/repo/document_type_repo_factory.cpp
+++ b/document/src/vespa/document/repo/document_type_repo_factory.cpp
@@ -4,8 +4,6 @@
#include "documenttyperepo.h"
#include <vespa/document/config/config-documenttypes.h>
#include <iostream>
-#include <stdexcept>
-
namespace document {