diff options
author | Julian Büning <julian.buening@rwth-aachen.de> | 2019-05-30 18:21:36 +0200 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2019-06-04 14:14:37 +0100 |
commit | af97960c8d3761b9fd86dff9ef4eee3999448194 (patch) | |
tree | f3d97418992115e79aec68e14a2b6dc232cdfdf7 /lib/Core/ExecutorTimerInfo.h | |
parent | 823ee004fa2f24a9c8781e359967b088cb954140 (diff) | |
download | klee-af97960c8d3761b9fd86dff9ef4eee3999448194.tar.gz |
make include guard naming consistent
Diffstat (limited to 'lib/Core/ExecutorTimerInfo.h')
-rw-r--r-- | lib/Core/ExecutorTimerInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Core/ExecutorTimerInfo.h b/lib/Core/ExecutorTimerInfo.h index 9127fb68..7fd85c0f 100644 --- a/lib/Core/ExecutorTimerInfo.h +++ b/lib/Core/ExecutorTimerInfo.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef EXECUTORTIMERINFO_H_ -#define EXECUTORTIMERINFO_H_ +#ifndef KLEE_EXECUTORTIMERINFO_H +#define KLEE_EXECUTORTIMERINFO_H #include "klee/Internal/System/Time.h" @@ -39,4 +39,4 @@ public: } -#endif /* EXECUTORTIMERINFO_H_ */ +#endif /* KLEE_EXECUTORTIMERINFO_H */ |