summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp')
-rw-r--r--searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp b/searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp
index f7588a83236..9a351b56eda 100644
--- a/searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp
+++ b/searchcore/src/apps/vespa-proton-cmd/vespa-proton-cmd.cpp
@@ -1,15 +1,13 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/slobrok/sbmirror.h>
-#include <vespa/config-slobroks.h>
#include <vespa/config/common/configsystem.h>
#include <vespa/config/common/exceptions.h>
#include <vespa/fnet/frt/frt.h>
#include <vespa/vespalib/util/host_name.h>
#include <vespa/vespalib/util/stringfmt.h>
#include <vespa/fastos/app.h>
-#include <algorithm>
-#include <string>
+#include <sys/time.h>
#include <vespa/log/log.h>
LOG_SETUP("vespa-proton-cmd");