From: Justin Viiret Date: Mon, 13 Feb 2017 04:38:05 +0000 (+1100) Subject: rose_build_impl: fix header guard X-Git-Tag: v4.5.0^2~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eae677d73cc83928daef934d65344fc0ff1a12b;p=thirdparty%2Fvectorscan.git rose_build_impl: fix header guard --- diff --git a/src/rose/rose_build_impl.h b/src/rose/rose_build_impl.h index dd0752f6..addd703c 100644 --- a/src/rose/rose_build_impl.h +++ b/src/rose/rose_build_impl.h @@ -26,8 +26,8 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef ROSE_BUILD_IMPL_H_17E20A3C6935D6 -#define ROSE_BUILD_IMPL_H_17E20A3C6935D6 +#ifndef ROSE_BUILD_IMPL_H +#define ROSE_BUILD_IMPL_H #include "rose_build.h" #include "rose_build_util.h" @@ -651,4 +651,4 @@ bool canImplementGraphs(const RoseBuildImpl &tbi); } // namespace ue2 -#endif /* ROSE_BUILD_IMPL_H_17E20A3C6935D6 */ +#endif /* ROSE_BUILD_IMPL_H */