mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 11:16:29 +03:00
rose_build_impl: fix header guard
This commit is contained in:
committed by
Matthew Barr
parent
893674d3c7
commit
1eae677d73
@@ -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 */
|
||||
|
Reference in New Issue
Block a user