diff options
author | Cristian Cadar <c.cadar@imperial.ac.uk> | 2020-04-03 19:37:11 +0100 |
---|---|---|
committer | MartinNowack <2443641+MartinNowack@users.noreply.github.com> | 2020-04-30 09:25:36 +0100 |
commit | fc50ab32349a4cc61980ba5b97bfa7c3961ce964 (patch) | |
tree | cbae8038ae68b0c979f5421d51d20e0a682a76db /lib/Core/CoreStats.h | |
parent | 02fed84be089d81a5a9a812c2c8dd112f5e2fa71 (diff) | |
download | klee-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/Core/CoreStats.h')
-rw-r--r-- | lib/Core/CoreStats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Core/CoreStats.h b/lib/Core/CoreStats.h index 42e81de7..1e463c65 100644 --- a/lib/Core/CoreStats.h +++ b/lib/Core/CoreStats.h @@ -10,7 +10,7 @@ #ifndef KLEE_CORESTATS_H #define KLEE_CORESTATS_H -#include "klee/Statistic.h" +#include "klee/Statistics/Statistic.h" namespace klee { namespace stats { |