summaryrefslogtreecommitdiffstats
path: root/vespaclient
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-11-18 10:26:01 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-11-18 10:26:01 +0000
commit1cac46a96fe85d5c879f14749584bd19b41b5ca5 (patch)
tree0d151d96beb8aa10e8cde6e3bde8b4c887e20ac5 /vespaclient
parent0160d4213e6ebb4ddd0cdd00267d12a085afc091 (diff)
Include iostream and remove unused code.
Diffstat (limited to 'vespaclient')
-rw-r--r--vespaclient/src/vespa/vespaclient/vespadoclocator/application.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/vespaclient/src/vespa/vespaclient/vespadoclocator/application.cpp b/vespaclient/src/vespa/vespaclient/vespadoclocator/application.cpp
index 2719a4a5e29..48e837dbe03 100644
--- a/vespaclient/src/vespa/vespaclient/vespadoclocator/application.cpp
+++ b/vespaclient/src/vespa/vespaclient/vespadoclocator/application.cpp
@@ -1,11 +1,12 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/fastos/fastos.h>
-#include <vespa/log/log.h>
-LOG_SETUP("vespadoclocator");
-
#include <boost/program_options.hpp>
#include <vespa/config/common/exceptions.h>
#include "application.h"
+#include <iostream>
+#include <vespa/log/log.h>
+LOG_SETUP("vespadoclocator");
+
bool
Application::printDocumentLocation(Locator &locator, const std::string &docIdStr)