about summary refs log tree commit diff homepage
path: root/lib/Solver/ConstructSolverChain.cpp
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2020-04-03 19:37:11 +0100
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2020-04-30 09:25:36 +0100
commitfc50ab32349a4cc61980ba5b97bfa7c3961ce964 (patch)
treecbae8038ae68b0c979f5421d51d20e0a682a76db /lib/Solver/ConstructSolverChain.cpp
parent02fed84be089d81a5a9a812c2c8dd112f5e2fa71 (diff)
downloadklee-fc50ab32349a4cc61980ba5b97bfa7c3961ce964.tar.gz
Moved header files that were placed directly in include/klee/ into appropriate existing directories and a new directory Statistics; a few missing renames.
Diffstat (limited to 'lib/Solver/ConstructSolverChain.cpp')
-rw-r--r--lib/Solver/ConstructSolverChain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Solver/ConstructSolverChain.cpp b/lib/Solver/ConstructSolverChain.cpp
index 1459e90a..3dab0361 100644
--- a/lib/Solver/ConstructSolverChain.cpp
+++ b/lib/Solver/ConstructSolverChain.cpp
@@ -11,10 +11,10 @@
  * This file groups declarations that are common to both KLEE and Kleaver.
  */
 
-#include "klee/Common.h"
+#include "klee/Solver/Common.h"
+#include "klee/Solver/SolverCmdLine.h"
 #include "klee/Support/ErrorHandling.h"
 #include "klee/System/Time.h"
-#include "klee/Solver/SolverCmdLine.h"
 
 #include "llvm/Support/raw_ostream.h"