diff --git a/octa/algorithm.hh b/octa/algorithm.hh index 8946712..f483e73 100644 --- a/octa/algorithm.hh +++ b/octa/algorithm.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_ALGORITHM_H -#define OCTA_ALGORITHM_H +#ifndef OCTA_ALGORITHM_HH +#define OCTA_ALGORITHM_HH #include diff --git a/octa/array.hh b/octa/array.hh index b916ed1..e06c937 100644 --- a/octa/array.hh +++ b/octa/array.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_ARRAY_H -#define OCTA_ARRAY_H +#ifndef OCTA_ARRAY_HH +#define OCTA_ARRAY_HH #include diff --git a/octa/atomic.hh b/octa/atomic.hh index 9fc1180..f62fa3b 100644 --- a/octa/atomic.hh +++ b/octa/atomic.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_ATOMIC_H -#define OCTA_ATOMIC_H +#ifndef OCTA_ATOMIC_HH +#define OCTA_ATOMIC_HH #include #include diff --git a/octa/functional.hh b/octa/functional.hh index 537badd..ea81c1c 100644 --- a/octa/functional.hh +++ b/octa/functional.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_FUNCTIONAL_H -#define OCTA_FUNCTIONAL_H +#ifndef OCTA_FUNCTIONAL_HH +#define OCTA_FUNCTIONAL_HH #include "octa/platform.hh" #include "octa/new.hh" diff --git a/octa/initializer_list.hh b/octa/initializer_list.hh index d843a1d..9573c73 100644 --- a/octa/initializer_list.hh +++ b/octa/initializer_list.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_INITIALIZER_LIST_H -#define OCTA_INITIALIZER_LIST_H +#ifndef OCTA_INITIALIZER_LIST_HH +#define OCTA_INITIALIZER_LIST_HH #include diff --git a/octa/map.hh b/octa/map.hh index b6a1e64..156c015 100644 --- a/octa/map.hh +++ b/octa/map.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_MAP_H -#define OCTA_MAP_H +#ifndef OCTA_MAP_HH +#define OCTA_MAP_HH #include "octa/types.hh" #include "octa/utility.hh" diff --git a/octa/memory.hh b/octa/memory.hh index 8226bf9..1f5c4ba 100644 --- a/octa/memory.hh +++ b/octa/memory.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_MEMORY_H -#define OCTA_MEMORY_H +#ifndef OCTA_MEMORY_HH +#define OCTA_MEMORY_HH #include diff --git a/octa/new.hh b/octa/new.hh index 47a4a4b..e098497 100644 --- a/octa/new.hh +++ b/octa/new.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_NEW_H -#define OCTA_NEW_H +#ifndef OCTA_NEW_HH +#define OCTA_NEW_HH #ifndef OCTA_ALLOW_CXXSTD #include "octa/types.hh" diff --git a/octa/platform.hh b/octa/platform.hh index f08af6d..87043c2 100644 --- a/octa/platform.hh +++ b/octa/platform.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_PLATFORM_H -#define OCTA_PLATFORM_H +#ifndef OCTA_PLATFORM_HH +#define OCTA_PLATFORM_HH #include diff --git a/octa/range.hh b/octa/range.hh index 507e6e7..a09ff03 100644 --- a/octa/range.hh +++ b/octa/range.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_RANGE_H -#define OCTA_RANGE_H +#ifndef OCTA_RANGE_HH +#define OCTA_RANGE_HH #include diff --git a/octa/set.hh b/octa/set.hh index 5ff410d..0af3434 100644 --- a/octa/set.hh +++ b/octa/set.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_SET_H -#define OCTA_SET_H +#ifndef OCTA_SET_HH +#define OCTA_SET_HH #include "octa/types.hh" #include "octa/utility.hh" diff --git a/octa/stream.hh b/octa/stream.hh index f2203f9..e02a603 100644 --- a/octa/stream.hh +++ b/octa/stream.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_STREAM_H -#define OCTA_STREAM_H +#ifndef OCTA_STREAM_HH +#define OCTA_STREAM_HH #include #include diff --git a/octa/string.hh b/octa/string.hh index 6a07f5c..a1065c2 100644 --- a/octa/string.hh +++ b/octa/string.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_STRING_H -#define OCTA_STRING_H +#ifndef OCTA_STRING_HH +#define OCTA_STRING_HH #include #include diff --git a/octa/type_traits.hh b/octa/type_traits.hh index 8e930e3..370a8da 100644 --- a/octa/type_traits.hh +++ b/octa/type_traits.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_TYPE_TRAITS_H -#define OCTA_TYPE_TRAITS_H +#ifndef OCTA_TYPE_TRAITS_HH +#define OCTA_TYPE_TRAITS_HH #include diff --git a/octa/types.hh b/octa/types.hh index 7287fc4..9ae90c4 100644 --- a/octa/types.hh +++ b/octa/types.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_TYPES_H -#define OCTA_TYPES_H +#ifndef OCTA_TYPES_HH +#define OCTA_TYPES_HH #include #include diff --git a/octa/utility.hh b/octa/utility.hh index 5138586..8af2881 100644 --- a/octa/utility.hh +++ b/octa/utility.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_UTILITY_H -#define OCTA_UTILITY_H +#ifndef OCTA_UTILITY_HH +#define OCTA_UTILITY_HH #include diff --git a/octa/vector.hh b/octa/vector.hh index 6a35a79..cce4f39 100644 --- a/octa/vector.hh +++ b/octa/vector.hh @@ -3,8 +3,8 @@ * This file is part of OctaSTD. See COPYING.md for futher information. */ -#ifndef OCTA_VECTOR_H -#define OCTA_VECTOR_H +#ifndef OCTA_VECTOR_HH +#define OCTA_VECTOR_HH #include #include