summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2009-11-23 16:42:12 +0000
committerMorgan Deters <mdeters@gmail.com>2009-11-23 16:42:12 +0000
commitf6968899de4d27c5bc986c3ac89972fbbe35c361 (patch)
treedd3461b2e08e1568ca9aff97a56e93a0445b3abc /src/theory
parent95e5ca98d4c22897c0192a78ebeeb05e4838db2b (diff)
fixups, file comments
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/Makefile.am1
-rw-r--r--src/theory/theory.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/src/theory/Makefile.am b/src/theory/Makefile.am
index 97cb116e0..803cc53b5 100644
--- a/src/theory/Makefile.am
+++ b/src/theory/Makefile.am
@@ -1,5 +1,6 @@
INCLUDES = -I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall -fvisibility=hidden
+AM_CPPFLAGS = -D__BUILDING_CVC4LIB
noinst_LTLIBRARIES = libtheory.la
diff --git a/src/theory/theory.h b/src/theory/theory.h
index 05e8e1b01..1369d5f0b 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -12,8 +12,8 @@
#ifndef __CVC4__THEORY__THEORY_H
#define __CVC4__THEORY__THEORY_H
-#include "core/cvc4_expr.h"
-#include "core/literal.h"
+#include "cvc4_expr.h"
+#include "util/literal.h"
namespace CVC4 {
namespace theory {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback