diff options
Diffstat (limited to 'src/lib/utils/stl_util.h')
-rw-r--r-- | src/lib/utils/stl_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/utils/stl_util.h b/src/lib/utils/stl_util.h index 3c8cacaa8..d9167bb7d 100644 --- a/src/lib/utils/stl_util.h +++ b/src/lib/utils/stl_util.h @@ -6,8 +6,8 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#ifndef BOTAN_STL_UTIL_H__ -#define BOTAN_STL_UTIL_H__ +#ifndef BOTAN_STL_UTIL_H_ +#define BOTAN_STL_UTIL_H_ #include <vector> #include <string> |