about summary refs log tree commit diff homepage
path: root/unittests
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2019-08-15 22:57:36 +0100
committerCristian Cadar <c.cadar@imperial.ac.uk>2019-09-03 13:38:23 +0100
commita8abaa43873b8ee49320035817fcdd70a9879bda (patch)
treefc7251d414a9669e70d55b19b9a39ff00da48ede /unittests
parente1f055b1785fd7f23fc4d30eeb0276278892ed20 (diff)
downloadklee-a8abaa43873b8ee49320035817fcdd70a9879bda.tar.gz
Moved solver-related header files into a separate klee/Solver/ directory.
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Solver/SolverTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/unittests/Solver/SolverTest.cpp b/unittests/Solver/SolverTest.cpp
index b15fd64b..9c1089e0 100644
--- a/unittests/Solver/SolverTest.cpp
+++ b/unittests/Solver/SolverTest.cpp
@@ -12,8 +12,8 @@
 #include "klee/Expr/ArrayCache.h"
 #include "klee/Expr/Constraints.h"
 #include "klee/Expr/Expr.h"
-#include "klee/Solver.h"
-#include "klee/SolverCmdLine.h"
+#include "klee/Solver/Solver.h"
+#include "klee/Solver/SolverCmdLine.h"
 
 #include "llvm/ADT/StringExtras.h"