summaryrefslogtreecommitdiffstats
path: root/messagebus
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-04-25 22:08:54 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-04-25 22:08:54 +0200
commit88618fdc97ab64eab9dc3de542029676a1eaee62 (patch)
tree641731b74e9cff2f6c82d32fc004aa88827cf050 /messagebus
parent98330bd7030626759102845a0467ed2c71f26c30 (diff)
Add override in documentapi.
Diffstat (limited to 'messagebus')
-rwxr-xr-xmessagebus/src/tests/create-test.sh2
-rw-r--r--messagebus/src/vespa/messagebus/routing/hop.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/messagebus/src/tests/create-test.sh b/messagebus/src/tests/create-test.sh
index 4a7a559eb08..617e8375154 100755
--- a/messagebus/src/tests/create-test.sh
+++ b/messagebus/src/tests/create-test.sh
@@ -23,7 +23,7 @@ gen_project_file() {
gen_source() {
echo "generating '$1' ..."
- echo "#include <vespa/vespalib/testkit/testapp.h>" >> $1
+ echo "#include <vespa/vespalib/testkit/testapp.h>" > $1
echo "" >> $1
echo "#include <vespa/log/log.h>" >> $1
echo "LOG_SETUP(\"${test}_test\");" >> $1
diff --git a/messagebus/src/vespa/messagebus/routing/hop.h b/messagebus/src/vespa/messagebus/routing/hop.h
index 9860696235b..1b1ff8de4ca 100644
--- a/messagebus/src/vespa/messagebus/routing/hop.h
+++ b/messagebus/src/vespa/messagebus/routing/hop.h
@@ -1,9 +1,8 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
-#include <stdint.h>
-#include <vector>
#include "ihopdirective.h"
+#include <vector>
namespace mbus {