summaryrefslogtreecommitdiff
path: root/src/main/getopt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/getopt.cpp')
-rw-r--r--src/main/getopt.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/getopt.cpp b/src/main/getopt.cpp
index ad59e0039..b7474fa7e 100644
--- a/src/main/getopt.cpp
+++ b/src/main/getopt.cpp
@@ -23,15 +23,16 @@
#include <getopt.h>
-#include "config.h"
-#include "main.h"
#include "util/exception.h"
-#include "usage.h"
#include "util/configuration.h"
#include "util/output.h"
#include "util/options.h"
#include "parser/parser_options.h"
+#include "cvc4autoconfig.h"
+#include "main.h"
+#include "usage.h"
+
using namespace std;
using namespace CVC4;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback