summaryrefslogtreecommitdiff
path: root/src/main/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/main.h')
-rw-r--r--src/main/main.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/main.h b/src/main/main.h
index 60817d976..ff19110c4 100644
--- a/src/main/main.h
+++ b/src/main/main.h
@@ -15,12 +15,14 @@
#include "config.h"
#include "util/exception.h"
-#include "util/options.h"
#ifndef __CVC4__MAIN__MAIN_H
#define __CVC4__MAIN__MAIN_H
namespace CVC4 {
+
+struct Options;
+
namespace main {
class OptionException : public CVC4::Exception {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback