aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/buildgraph/cycledetector.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2012-11-29 11:21:32 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2012-11-29 14:43:34 +0100
commite7d709fb1365478ab8a3cf93d5be5a197d28ec54 (patch)
treefcb7405fbe7a6f41c2ba7887f8ecb466e0c1c679 /src/lib/buildgraph/cycledetector.h
parentdb19dd50d435cfba1b25ebcda613df8839b9b7e3 (diff)
Make header guards unique.
We add a "QBS_" prefix everywhere to reduce the chance of clashes with header files from somewhere else. This is especially important for the headers to be included in client code. Change-Id: I2fe8de250073a79f4ae9a4237569c21a980f7c85 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
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