From 9dcaf5d951bb7453fbf5e2a098da3b6192932d52 Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Tue, 14 Nov 2017 20:59:50 +0100 Subject: Use correct namespace --- filedistribution/src/apps/filedistributor/filedistributor.cpp | 4 ++-- .../src/vespa/filedistribution/model/filedistributionmodelimpl.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'filedistribution/src') diff --git a/filedistribution/src/apps/filedistributor/filedistributor.cpp b/filedistribution/src/apps/filedistributor/filedistributor.cpp index be15d23f27c..f2bf5fa0ccd 100644 --- a/filedistribution/src/apps/filedistributor/filedistributor.cpp +++ b/filedistribution/src/apps/filedistributor/filedistributor.cpp @@ -1,7 +1,7 @@ // Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -#include -#include +#include +#include #include #include diff --git a/filedistribution/src/vespa/filedistribution/model/filedistributionmodelimpl.h b/filedistribution/src/vespa/filedistribution/model/filedistributionmodelimpl.h index 2041046c530..5374040a7f1 100644 --- a/filedistribution/src/vespa/filedistribution/model/filedistributionmodelimpl.h +++ b/filedistribution/src/vespa/filedistribution/model/filedistributionmodelimpl.h @@ -2,7 +2,7 @@ #pragma once #include "filedistributionmodel.h" -#include +#include #include "zkfacade.h" #include "zkfiledbmodel.h" #include -- cgit v1.2.3