summaryrefslogtreecommitdiff
path: root/src/flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flags.h')
-rw-r--r--src/flags.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/flags.h b/src/flags.h
index 42e2719a..17da4c45 100644
--- a/src/flags.h
+++ b/src/flags.h
@@ -39,8 +39,8 @@
*
* @ingroup util
*/
-#ifndef _FLAGS_H
-#define _FLAGS_H
+#ifndef INCLUDED_FLAGS_H
+#define INCLUDED_FLAGS_H
template <typename T = boost::uint_least8_t, typename U = T>
@@ -184,4 +184,4 @@ public:
}
};
-#endif // _FLAGS_H
+#endif // INCLUDED_FLAGS_H