rose_build_impl: fix header guard

This commit is contained in:
Justin Viiret 2017-02-13 15:38:05 +11:00 committed by Matthew Barr
parent 893674d3c7
commit 1eae677d73

View File

@ -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 */