summaryrefslogtreecommitdiff
path: root/src/include/literal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/literal.h')
-rw-r--r--src/include/literal.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/include/literal.h b/src/include/literal.h
new file mode 100644
index 000000000..93855edb8
--- /dev/null
+++ b/src/include/literal.h
@@ -0,0 +1,19 @@
+/********************* -*- C++ -*- */
+/** literal.h
+ ** This file is part of the CVC4 prototype.
+ **
+ ** The Analysis of Computer Systems Group (ACSys)
+ ** Courant Institute of Mathematical Sciences
+ ** New York University
+ **/
+
+#ifndef __CVC4_LITERAL_H
+#define __CVC4_LITERAL_H
+
+namespace CVC4 {
+
+class Literal;
+
+}/* CVC4 namespace */
+
+#endif /* __CVC4_LITERAL_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback