diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2020-04-03 13:16:22 +0100 |
---|---|---|
committer | MartinNowack <2443641+MartinNowack@users.noreply.github.com> | 2020-04-30 09:25:36 +0100 |
commit | 7d85ee81dcf23e841ef794fa6ba08a076dcdebf0 (patch) | |
tree | 81309c83dac4d77e1f43681845e281e569cb92c6 /tools/gen-bout | |
parent | e6d3f654df90dc6211d6c4993b937ef44b945f36 (diff) | |
download | klee-7d85ee81dcf23e841ef794fa6ba08a076dcdebf0.tar.gz |
Removed the Internal directory from include/klee
Diffstat (limited to 'tools/gen-bout')
-rw-r--r-- | tools/gen-bout/gen-bout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen-bout/gen-bout.cpp b/tools/gen-bout/gen-bout.cpp index a415d400..0d7360bc 100644 --- a/tools/gen-bout/gen-bout.cpp +++ b/tools/gen-bout/gen-bout.cpp @@ -16,7 +16,7 @@ #include <time.h> #include <unistd.h> -#include "klee/Internal/ADT/KTest.h" +#include "klee/ADT/KTest.h" #if defined(__FreeBSD__) || defined(__minix) || defined(__APPLE__) #define stat64 stat |