summaryrefslogtreecommitdiff
path: root/src/context/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/context.h')
-rw-r--r--src/context/context.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/context/context.h b/src/context/context.h
index fce2f0b8d..6cc36ae9b 100644
--- a/src/context/context.h
+++ b/src/context/context.h
@@ -9,10 +9,11 @@
**
**/
-#ifndef __CVC4_CONTEXT_H
-#define __CVC4_CONTEXT_H
+#ifndef __CVC4__CONTEXT__CONTEXT_H
+#define __CVC4__CONTEXT__CONTEXT_H
namespace CVC4 {
+namespace context {
class Context;
@@ -40,6 +41,7 @@ class CDList;
template <class T>
class CDSet;
+}/* CVC4::context namespace */
}/* CVC4 namespace */
-#endif /* __CVC4_CONTEXT_H */
+#endif /* __CVC4__CONTEXT__CONTEXT_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback