summaryrefslogtreecommitdiff
path: root/src/scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scope.h')
-rw-r--r--src/scope.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scope.h b/src/scope.h
index 8ec1a44f..d9a0b238 100644
--- a/src/scope.h
+++ b/src/scope.h
@@ -39,8 +39,8 @@
*
* @ingroup expr
*/
-#ifndef _SCOPE_H
-#define _SCOPE_H
+#ifndef INCLUDED_SCOPE_H
+#define INCLUDED_SCOPE_H
#include "op.h"
@@ -617,4 +617,4 @@ public:
} // namespace ledger
-#endif // _SCOPE_H
+#endif // INCLUDED_SCOPE_H