summaryrefslogtreecommitdiff
path: root/src/include/cvc4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cvc4.h')
-rw-r--r--src/include/cvc4.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/cvc4.h b/src/include/cvc4.h
index 109496001..c5e3bb013 100644
--- a/src/include/cvc4.h
+++ b/src/include/cvc4.h
@@ -9,10 +9,10 @@
**
**/
-#ifndef __CVC4_VC_H
-#define __CVC4_VC_H
+#ifndef __CVC4_H
+#define __CVC4_H
-#include "command.h"
+#include "util/command.h"
#include "cvc4_expr.h"
/* TODO provide way of querying whether you fall into a fragment /
@@ -37,6 +37,6 @@ public:
void query(Expr);
};
-} /* CVC4 namespace */
+}/* CVC4 namespace */
-#endif /* __CVC4_VC_H */
+#endif /* __CVC4_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback