summaryrefslogtreecommitdiffstats
path: root/filedistribution
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-12-20 14:41:39 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2016-12-20 15:50:29 +0100
commit51bc810507f2067ebd2646274d3cda5cb583a620 (patch)
treecbff1f6464262c2e6b3a622db93d044bab69a532 /filedistribution
parent530e52e17a85836d58cac58c89b71c189c6f9873 (diff)
Further decouple some hpp files, config and the attributevector.
Diffstat (limited to 'filedistribution')
-rw-r--r--filedistribution/src/vespa/filedistribution/rpc/filedistributorrpc.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/filedistribution/src/vespa/filedistribution/rpc/filedistributorrpc.cpp b/filedistribution/src/vespa/filedistribution/rpc/filedistributorrpc.cpp
index 26f12cba578..516d846790f 100644
--- a/filedistribution/src/vespa/filedistribution/rpc/filedistributorrpc.cpp
+++ b/filedistribution/src/vespa/filedistribution/rpc/filedistributorrpc.cpp
@@ -1,11 +1,7 @@
// 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 "filedistributorrpc.h"
-
-#include <boost/optional.hpp>
-#include <vespa/log/log.h>
-LOG_SETUP(".filedistributorrpc");
+#include "filedistributorrpc.h"
+#include <mutex>
#include <vespa/fnet/frt/frt.h>
#include <vespa/frtstream/frtserverstream.h>
@@ -13,6 +9,8 @@ LOG_SETUP(".filedistributorrpc");
#include "fileprovider.h"
#include <vespa/filedistribution/model/filedbmodel.h>
+#include <vespa/log/log.h>
+LOG_SETUP(".filedistributorrpc");
using filedistribution::FileDistributorRPC;
using filedistribution::FileProvider;