From 68f5518b10108af6abadfe709af4e203d388b834 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 15 Jul 2024 11:15:59 +0200 Subject: common remote: Fix missing or wrong header guards --- src/buildtool/common/remote/remote_common.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/buildtool/common/remote/remote_common.hpp') diff --git a/src/buildtool/common/remote/remote_common.hpp b/src/buildtool/common/remote/remote_common.hpp index 92adda0b..9df0db5c 100644 --- a/src/buildtool/common/remote/remote_common.hpp +++ b/src/buildtool/common/remote/remote_common.hpp @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -#ifndef INCLUDED_SRC_BUILDTOOL_COMMON_REMOTE_ADDRESS_HPP -#define INCLUDED_SRC_BUILDTOOL_COMMON_REMOTE_ADDRESS_HPP +#ifndef INCLUDED_SRC_BUILDTOOL_COMMON_REMOTE_COMMON_HPP +#define INCLUDED_SRC_BUILDTOOL_COMMON_REMOTE_COMMON_HPP #include #include @@ -131,4 +131,4 @@ using DispatchEndpoint = std::pair; return parsed; } -#endif // INCLUDED_SRC_BUILDTOOL_COMMON_REMOTE_ADDRESS_HPP +#endif // INCLUDED_SRC_BUILDTOOL_COMMON_REMOTE_COMMON_HPP -- cgit v1.2.3