aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/buildgraph/cycledetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/buildgraph/cycledetector.h')
-rw-r--r--src/lib/buildgraph/cycledetector.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/buildgraph/cycledetector.h b/src/lib/buildgraph/cycledetector.h
index 0475c5917..baeec7f48 100644
--- a/src/lib/buildgraph/cycledetector.h
+++ b/src/lib/buildgraph/cycledetector.h
@@ -26,8 +26,8 @@
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
**
****************************************************************************/
-#ifndef CYCLEDETECTOR_H
-#define CYCLEDETECTOR_H
+#ifndef QBS_CYCLEDETECTOR_H
+#define QBS_CYCLEDETECTOR_H
#include "artifactvisitor.h"
@@ -57,4 +57,4 @@ private:
} // namespace Internal
} // namespace qbs
-#endif // CYCLEDETECTOR_H
+#endif // QBS_CYCLEDETECTOR_H