diff options
Diffstat (limited to 'lib/Core/CallPathManager.h')
-rw-r--r-- | lib/Core/CallPathManager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Core/CallPathManager.h b/lib/Core/CallPathManager.h index 0a648777..a39bc387 100644 --- a/lib/Core/CallPathManager.h +++ b/lib/Core/CallPathManager.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __UTIL_CALLPATHMANAGER_H__ -#define __UTIL_CALLPATHMANAGER_H__ +#ifndef KLEE_CALLPATHMANAGER_H +#define KLEE_CALLPATHMANAGER_H #include "klee/Statistics.h" |