summaryrefslogtreecommitdiff
path: root/src/expr/node_trie.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node_trie.h')
-rw-r--r--src/expr/node_trie.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/node_trie.h b/src/expr/node_trie.h
index bc2e17ed0..7aa740a42 100644
--- a/src/expr/node_trie.h
+++ b/src/expr/node_trie.h
@@ -14,8 +14,8 @@
#include "cvc4_private.h"
-#ifndef __CVC4__EXPR__NODE_TRIE_H
-#define __CVC4__EXPR__NODE_TRIE_H
+#ifndef CVC4__EXPR__NODE_TRIE_H
+#define CVC4__EXPR__NODE_TRIE_H
#include <map>
#include "expr/node.h"
@@ -109,4 +109,4 @@ typedef NodeTemplateTrie<false> TNodeTrie;
} // namespace theory
} // namespace CVC4
-#endif /* __CVC4__EXPR__NODE_TRIE_H */
+#endif /* CVC4__EXPR__NODE_TRIE_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback