diff options
Diffstat (limited to 'include/klee/Internal/ADT/ImmutableSet.h')
-rw-r--r-- | include/klee/Internal/ADT/ImmutableSet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/klee/Internal/ADT/ImmutableSet.h b/include/klee/Internal/ADT/ImmutableSet.h index e60a1d2a..3c27ede0 100644 --- a/include/klee/Internal/ADT/ImmutableSet.h +++ b/include/klee/Internal/ADT/ImmutableSet.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __UTIL_IMMUTABLESET_H__ -#define __UTIL_IMMUTABLESET_H__ +#ifndef KLEE_IMMUTABLESET_H +#define KLEE_IMMUTABLESET_H #include <functional> |