summaryrefslogtreecommitdiff
path: root/src/theory/uf/inst_strategy.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-07-31 21:24:31 +0000
committerMorgan Deters <mdeters@gmail.com>2012-07-31 21:24:31 +0000
commitb88133bc679c541798c2063fec2bc441e744328a (patch)
tree42097c3b9dabc5f4195e489158ea122e73155813 /src/theory/uf/inst_strategy.h
parentf73e17d5649f636eb88aafe05aaf32565a806bab (diff)
Moving some instantiation-related stuff from src/theory to src/theory/quantifiers and src/theory/rewriterules. This unclutters the src/theory directory somewhat.
The namespaces weren't changed, only the file locations.
Diffstat (limited to 'src/theory/uf/inst_strategy.h')
-rw-r--r--src/theory/uf/inst_strategy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/uf/inst_strategy.h b/src/theory/uf/inst_strategy.h
index a0091c4b4..663720326 100644
--- a/src/theory/uf/inst_strategy.h
+++ b/src/theory/uf/inst_strategy.h
@@ -20,7 +20,7 @@
#define __CVC4__INST_STRATEGY_H
#include "theory/quantifiers_engine.h"
-#include "theory/trigger.h"
+#include "theory/quantifiers/trigger.h"
#include "context/context.h"
#include "context/context_mm.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback