summaryrefslogtreecommitdiff
path: root/src/main/util.cpp
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-10-22 22:50:33 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-10-22 22:50:33 +0000
commita486cdde94366aa6b4a1f558eecc0130ba25ad5e (patch)
tree8931708b9046ec62c7bdd513de9de1e5a507aa53 /src/main/util.cpp
parent6dee1d9817d8e9209f0a681b7c601ec6b4b5014d (diff)
Merging main/getopt.cpp, main/usage.h, and smt/options.h in
util/options.h,cpp
Diffstat (limited to 'src/main/util.cpp')
-rw-r--r--src/main/util.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/util.cpp b/src/main/util.cpp
index 70cb85c93..4ec1c1bee 100644
--- a/src/main/util.cpp
+++ b/src/main/util.cpp
@@ -23,9 +23,9 @@
#include <string.h>
#include <signal.h>
-#include "util/exception.h"
-#include "smt/options.h"
#include "util/Assert.h"
+#include "util/exception.h"
+#include "util/options.h"
#include "util/stats.h"
#include "cvc4autoconfig.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback