summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoryoni206 <yoni206@users.noreply.github.com>2020-02-25 07:23:30 -0800
committerGitHub <noreply@github.com>2020-02-25 09:23:30 -0600
commit1762d08c937129900e5a1605b320b1edd64dc639 (patch)
treef9a1080275e3e9b65ff5b2de3e43cf08fb29c022 /src
parent6e17dd6d5e3ec043e5edd097ac6a736f6a41c753 (diff)
remove redundant includes (#3815)
I came across these two redundant includes in theory_uf.h and removed them.
Diffstat (limited to 'src')
-rw-r--r--src/theory/uf/theory_uf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/theory/uf/theory_uf.h b/src/theory/uf/theory_uf.h
index dd69b2ee2..93a709fe5 100644
--- a/src/theory/uf/theory_uf.h
+++ b/src/theory/uf/theory_uf.h
@@ -20,8 +20,6 @@
#ifndef CVC4__THEORY__UF__THEORY_UF_H
#define CVC4__THEORY__UF__THEORY_UF_H
-#include "context/cdhashmap.h"
-#include "context/cdhashset.h"
#include "context/cdo.h"
#include "expr/node.h"
#include "expr/node_trie.h"
@@ -38,8 +36,6 @@ class HoExtension;
class TheoryUF : public Theory {
- typedef context::CDHashSet<Node, NodeHashFunction> NodeSet;
- typedef context::CDHashMap<Node, Node, NodeHashFunction> NodeNodeMap;
public:
class NotifyClass : public eq::EqualityEngineNotify {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback