summaryrefslogtreecommitdiff
path: root/src/proof/proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/proof.h')
-rw-r--r--src/proof/proof.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/proof.h b/src/proof/proof.h
index 4b76d70ae..4ce621e43 100644
--- a/src/proof/proof.h
+++ b/src/proof/proof.h
@@ -19,7 +19,7 @@
#ifndef __CVC4__PROOF__PROOF_H
#define __CVC4__PROOF__PROOF_H
-#include "proof/options.h"
+#include "smt/options.h"
#ifdef CVC4_PROOF
# define PROOF(x) if(options::proof()) { x; }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback