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/Basic/KTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Basic') diff --git a/lib/Basic/KTest.cpp b/lib/Basic/KTest.cpp index 0e8c545c..978a15db 100644 --- a/lib/Basic/KTest.cpp +++ b/lib/Basic/KTest.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "klee/Internal/ADT/KTest.h" +#include "klee/ADT/KTest.h" #include #include -- cgit 1.4.1