summaryrefslogtreecommitdiffstats
path: root/filedistribution
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@oath.com>2017-12-12 17:10:38 +0100
committerGitHub <noreply@github.com>2017-12-12 17:10:38 +0100
commitc6ae53994db2c9304b002af7f335ee3394a77cda (patch)
treed6c1e3cccdd595bfe5eeb6758cb37b0c2bc19333 /filedistribution
parenta114cdfec85f111ea900e21c05089670e4206bb8 (diff)
parentb43a3d9b4aec0e0a537d5711aae6f8044e08177c (diff)
Merge pull request #4415 from vespa-engine/toregge/factor-out-vespalib-countdownlatch-and-gate-to-separate-header-files
Factor out CountDownLatch and Gate to separate header files.
Diffstat (limited to 'filedistribution')
-rw-r--r--filedistribution/src/vespa/filedistribution/model/zkfacade.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/filedistribution/src/vespa/filedistribution/model/zkfacade.cpp b/filedistribution/src/vespa/filedistribution/model/zkfacade.cpp
index e07f0684584..de410289ec0 100644
--- a/filedistribution/src/vespa/filedistribution/model/zkfacade.cpp
+++ b/filedistribution/src/vespa/filedistribution/model/zkfacade.cpp
@@ -4,7 +4,7 @@
#include <vespa/vespalib/net/socket_address.h>
#include <vespa/filedistribution/common/logfwd.h>
#include <vespa/defaults.h>
-#include <vespa/vespalib/util/sync.h>
+#include <vespa/vespalib/util/gate.h>
#include <vespa/vespalib/text/stringtokenizer.h>
#include <zookeeper/zookeeper.h>
#include <sstream>