mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
rose_build_impl: fix header guard
This commit is contained in:
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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user