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 /include | |
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 'include')
-rw-r--r-- | include/klee/Expr/ArrayExprHash.h | 2 | ||||
-rw-r--r-- | include/klee/Solver/Common.h (renamed from include/klee/Common.h) | 0 | ||||
-rw-r--r-- | include/klee/Solver/SolverStats.h | 2 | ||||
-rw-r--r-- | include/klee/Statistics/Statistic.h (renamed from include/klee/Statistic.h) | 0 | ||||
-rw-r--r-- | include/klee/Statistics/Statistics.h (renamed from include/klee/Statistics.h) | 0 | ||||
-rw-r--r-- | include/klee/Statistics/TimerStatIncrementer.h (renamed from include/klee/TimerStatIncrementer.h) | 2 | ||||
-rw-r--r-- | include/klee/Support/OptionCategories.h (renamed from include/klee/OptionCategories.h) | 0 |
7 files changed, 3 insertions, 3 deletions
diff --git a/include/klee/Expr/ArrayExprHash.h b/include/klee/Expr/ArrayExprHash.h index f8bef491..5e9ed62b 100644 --- a/include/klee/Expr/ArrayExprHash.h +++ b/include/klee/Expr/ArrayExprHash.h @@ -11,8 +11,8 @@ #define KLEE_ARRAYEXPRHASH_H #include "klee/Expr/Expr.h" +#include "klee/Statistics/TimerStatIncrementer.h" #include "klee/Solver/SolverStats.h" -#include "klee/TimerStatIncrementer.h" #include <map> #include <unordered_map> diff --git a/include/klee/Common.h b/include/klee/Solver/Common.h index 7b244158..7b244158 100644 --- a/include/klee/Common.h +++ b/include/klee/Solver/Common.h diff --git a/include/klee/Solver/SolverStats.h b/include/klee/Solver/SolverStats.h index 308ea318..fe14d9e5 100644 --- a/include/klee/Solver/SolverStats.h +++ b/include/klee/Solver/SolverStats.h @@ -10,7 +10,7 @@ #ifndef KLEE_SOLVERSTATS_H #define KLEE_SOLVERSTATS_H -#include "klee/Statistic.h" +#include "klee/Statistics/Statistic.h" namespace klee { namespace stats { diff --git a/include/klee/Statistic.h b/include/klee/Statistics/Statistic.h index bbb67116..bbb67116 100644 --- a/include/klee/Statistic.h +++ b/include/klee/Statistics/Statistic.h diff --git a/include/klee/Statistics.h b/include/klee/Statistics/Statistics.h index 158459cc..158459cc 100644 --- a/include/klee/Statistics.h +++ b/include/klee/Statistics/Statistics.h diff --git a/include/klee/TimerStatIncrementer.h b/include/klee/Statistics/TimerStatIncrementer.h index 26ead0e6..90d1ba7d 100644 --- a/include/klee/TimerStatIncrementer.h +++ b/include/klee/Statistics/TimerStatIncrementer.h @@ -10,7 +10,7 @@ #ifndef KLEE_TIMERSTATINCREMENTER_H #define KLEE_TIMERSTATINCREMENTER_H -#include "klee/Statistics.h" +#include "klee/Statistics/Statistics.h" #include "klee/Support/Timer.h" namespace klee { diff --git a/include/klee/OptionCategories.h b/include/klee/Support/OptionCategories.h index 4fb7e5cb..4fb7e5cb 100644 --- a/include/klee/OptionCategories.h +++ b/include/klee/Support/OptionCategories.h |