summaryrefslogtreecommitdiff
path: root/examples/hashsmt
diff options
context:
space:
mode:
authorTim King <taking@google.com>2016-02-02 09:47:34 -0800
committerTim King <taking@google.com>2016-02-02 09:47:34 -0800
commite21e99b7dfe45f042260db7eb754e25e7108f288 (patch)
tree689bc1fead54d62b46c75196f8be0fb4b35444c9 /examples/hashsmt
parent18973b31c440d998230aaba3e17bd915b168aa6f (diff)
Moving dump.*, command.*, model.*, and ite_removal.* from smt_util/ to smt/. Breaking an edge between the sat solver and command.h.
Diffstat (limited to 'examples/hashsmt')
-rw-r--r--examples/hashsmt/sha1_collision.cpp2
-rw-r--r--examples/hashsmt/sha1_inversion.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/hashsmt/sha1_collision.cpp b/examples/hashsmt/sha1_collision.cpp
index 984cbde13..106369468 100644
--- a/examples/hashsmt/sha1_collision.cpp
+++ b/examples/hashsmt/sha1_collision.cpp
@@ -32,7 +32,7 @@
#include "options/language.h"
#include "options/set_language.h"
#include "sha1.hpp"
-#include "smt_util/command.h"
+#include "smt/command.h"
#include "word.h"
using namespace std;
diff --git a/examples/hashsmt/sha1_inversion.cpp b/examples/hashsmt/sha1_inversion.cpp
index 9aac7bbe0..c79bd5b61 100644
--- a/examples/hashsmt/sha1_inversion.cpp
+++ b/examples/hashsmt/sha1_inversion.cpp
@@ -32,7 +32,7 @@
#include "options/language.h"
#include "options/set_language.h"
#include "sha1.hpp"
-#include "smt_util/command.h"
+#include "smt/command.h"
#include "word.h"
using namespace std;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback