From 7d85ee81dcf23e841ef794fa6ba08a076dcdebf0 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Fri, 3 Apr 2020 13:16:22 +0100 Subject: Removed the Internal directory from include/klee --- lib/Core/SeedInfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Core/SeedInfo.cpp') diff --git a/lib/Core/SeedInfo.cpp b/lib/Core/SeedInfo.cpp index a896197b..7c3957d2 100644 --- a/lib/Core/SeedInfo.cpp +++ b/lib/Core/SeedInfo.cpp @@ -14,8 +14,8 @@ #include "klee/ExecutionState.h" #include "klee/Expr/Expr.h" #include "klee/Expr/ExprUtil.h" -#include "klee/Internal/ADT/KTest.h" -#include "klee/Internal/Support/ErrorHandling.h" +#include "klee/ADT/KTest.h" +#include "klee/Support/ErrorHandling.h" using namespace klee; -- cgit 1.4.1