summaryrefslogtreecommitdiff
path: root/src/main/main.h
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2009-12-17 02:32:49 +0000
committerClark Barrett <barrett@cs.nyu.edu>2009-12-17 02:32:49 +0000
commitd5cff960ae096569194835502bd2b821fe5e6c8a (patch)
tree9d9b12ef22af844020b31a3478e2d614c393577b /src/main/main.h
parent65beb8792cbdc76a974f434652eca5314017dab3 (diff)
Minor changes from code review
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