diff options
Diffstat (limited to 'include/klee/Internal/ADT/ImmutableTree.h')
-rw-r--r-- | include/klee/Internal/ADT/ImmutableTree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/klee/Internal/ADT/ImmutableTree.h b/include/klee/Internal/ADT/ImmutableTree.h index 4e6d530f..7ea81832 100644 --- a/include/klee/Internal/ADT/ImmutableTree.h +++ b/include/klee/Internal/ADT/ImmutableTree.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __UTIL_IMMUTABLETREE_H__ -#define __UTIL_IMMUTABLETREE_H__ +#ifndef KLEE_IMMUTABLETREE_H +#define KLEE_IMMUTABLETREE_H #include <cassert> #include <vector> |