summaryrefslogtreecommitdiff
path: root/src/context/cdhashmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdhashmap.h')
-rw-r--r--src/context/cdhashmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/context/cdhashmap.h b/src/context/cdhashmap.h
index 8d97bfa66..0a1f3387c 100644
--- a/src/context/cdhashmap.h
+++ b/src/context/cdhashmap.h
@@ -79,8 +79,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__CONTEXT__CDHASHMAP_H
-#define __CVC4__CONTEXT__CDHASHMAP_H
+#ifndef CVC4__CONTEXT__CDHASHMAP_H
+#define CVC4__CONTEXT__CDHASHMAP_H
#include <functional>
#include <iterator>
@@ -448,4 +448,4 @@ public:
}/* CVC4::context namespace */
}/* CVC4 namespace */
-#endif /* __CVC4__CONTEXT__CDHASHMAP_H */
+#endif /* CVC4__CONTEXT__CDHASHMAP_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback