diff options
Diffstat (limited to 'lib/Module/ModuleUtil.cpp')
-rw-r--r-- | lib/Module/ModuleUtil.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Module/ModuleUtil.cpp b/lib/Module/ModuleUtil.cpp index 6adaee6d..f369258a 100644 --- a/lib/Module/ModuleUtil.cpp +++ b/lib/Module/ModuleUtil.cpp @@ -7,11 +7,11 @@ // //===----------------------------------------------------------------------===// -#include "klee/Internal/Support/ModuleUtil.h" +#include "klee/Support/ModuleUtil.h" #include "klee/Config/Version.h" -#include "klee/Internal/Support/Debug.h" -#include "klee/Internal/Support/ErrorHandling.h" +#include "klee/Support/Debug.h" +#include "klee/Support/ErrorHandling.h" #include "llvm/Analysis/ValueTracking.h" #if LLVM_VERSION_CODE >= LLVM_VERSION(5, 0) |