Skip to content

Commit

Permalink
INCLUDED -> HPP
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed Sep 1, 2024
1 parent 6c072dc commit 49babc3
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions include/yorel/yomm2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// See accompanying file LICENSE_1_0.txt
// or copy at http://www.boost.org/LICENSE_1_0.txt)

#ifndef YOREL_YOMM2_INCLUDED
#define YOREL_YOMM2_INCLUDED
#ifndef YOREL_YOMM2_HPP
#define YOREL_YOMM2_HPP

#include <algorithm> // IWYU pragma: keep
#include <iostream>
Expand Down
4 changes: 2 additions & 2 deletions include/yorel/yomm2/core.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef YOREL_YOMM2_CORE_INCLUDED
#define YOREL_YOMM2_CORE_INCLUDED
#ifndef YOREL_YOMM2_CORE_HPP
#define YOREL_YOMM2_CORE_HPP

#include <functional>
#include <memory>
Expand Down
4 changes: 2 additions & 2 deletions include/yorel/yomm2/cute.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// See accompanying file LICENSE_1_0.txt
// or copy at http://www.boost.org/LICENSE_1_0.txt)

#ifndef YOREL_YOMM2_CUTE_INCLUDED
#define YOREL_YOMM2_CUTE_INCLUDED
#ifndef YOREL_YOMM2_CUTE_HPP
#define YOREL_YOMM2_CUTE_HPP

#include <yorel/yomm2.hpp>

Expand Down
4 changes: 2 additions & 2 deletions include/yorel/yomm2/detail.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef YOREL_YOMM2_DETAIL_INCLUDED
#define YOREL_YOMM2_DETAIL_INCLUDED
#ifndef YOREL_YOMM2_DETAIL_HPP
#define YOREL_YOMM2_DETAIL_HPP

#include <boost/assert.hpp>
#include <boost/dynamic_bitset.hpp>
Expand Down
4 changes: 2 additions & 2 deletions include/yorel/yomm2/detail/compiler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// See accompanying file LICENSE_1_0.txt
// or copy at http://www.boost.org/LICENSE_1_0.txt)

#ifndef YOREL_YOMM2_DETAIL_COMPILER_INCLUDED
#define YOREL_YOMM2_DETAIL_COMPILER_INCLUDED
#ifndef YOREL_YOMM2_DETAIL_COMPILER_HPP
#define YOREL_YOMM2_DETAIL_COMPILER_HPP

#include <algorithm> // for max, transform, copy
#include <cstdint> // for uintptr_t
Expand Down
4 changes: 2 additions & 2 deletions include/yorel/yomm2/detail/forward.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// See accompanying file LICENSE_1_0.txt
// or copy at http://www.boost.org/LICENSE_1_0.txt)

#ifndef YOREL_YOMM2_DETAIL_FORWARD_INCLUDED
#define YOREL_YOMM2_DETAIL_FORWARD_INCLUDED
#ifndef YOREL_YOMM2_DETAIL_FORWARD_HPP
#define YOREL_YOMM2_DETAIL_FORWARD_HPP

namespace yorel {
namespace yomm2 {
Expand Down
4 changes: 2 additions & 2 deletions include/yorel/yomm2/detail/list.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef YOREL_YOMM2_DETAIL_LIST_INCLUDED
#define YOREL_YOMM2_DETAIL_LIST_INCLUDED
#ifndef YOREL_YOMM2_DETAIL_LIST_HPP
#define YOREL_YOMM2_DETAIL_LIST_HPP

#include <algorithm>
#include <boost/assert.hpp>
Expand Down
4 changes: 2 additions & 2 deletions include/yorel/yomm2/detail/ostdstream.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef YOREL_YOMM2_DETAIL_OSTDSTREAM_INCLUDED
#define YOREL_YOMM2_DETAIL_OSTDSTREAM_INCLUDED
#ifndef YOREL_YOMM2_DETAIL_OSTDSTREAM_HPP
#define YOREL_YOMM2_DETAIL_OSTDSTREAM_HPP

#include <array>
#include <cstdio>
Expand Down
6 changes: 3 additions & 3 deletions include/yorel/yomm2/detail/trace.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef YOREL_YOMM2_DETAIL_TRACE_INCLUDED
#define YOREL_YOMM2_DETAIL_TRACE_INCLUDED
#ifndef YOREL_YOMM2_DETAIL_TRACE_HPP
#define YOREL_YOMM2_DETAIL_TRACE_HPP

namespace yorel {
namespace yomm2 {
Expand Down Expand Up @@ -151,4 +151,4 @@ auto& operator<<(trace_type<Policy>& trace, const type_name& manip) {
} // namespace yomm2
} // namespace yorel

#endif // YOREL_YOMM2_DETAIL_INCLUDED
#endif // YOREL_YOMM2_DETAIL_HPP
4 changes: 2 additions & 2 deletions include/yorel/yomm2/generator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// See accompanying file LICENSE_1_0.txt
// or copy at http://www.boost.org/LICENSE_1_0.txt)

#ifndef YOREL_YOMM2_GENERATOR_GENERATE_INCLUDED
#define YOREL_YOMM2_GENERATOR_GENERATE_INCLUDED
#ifndef YOREL_YOMM2_GENERATOR_GENERATE_HPP
#define YOREL_YOMM2_GENERATOR_GENERATE_HPP

#include <yorel/yomm2/core.hpp>
#include <yorel/yomm2/decode.hpp>
Expand Down
6 changes: 3 additions & 3 deletions include/yorel/yomm2/keywords.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#ifndef YOREL_YOMM2_KEYWORDS_INCLUDED
#define YOREL_YOMM2_KEYWORDS_INCLUDED
#ifndef YOREL_YOMM2_KEYWORDS_HPP
#define YOREL_YOMM2_KEYWORDS_HPP

#include <yorel/yomm2/core.hpp>
#include <yorel/yomm2/cute.hpp>

namespace yomm2 = yorel::yomm2;
using yomm2::virtual_;

#endif
#endif
4 changes: 2 additions & 2 deletions include/yorel/yomm2/macros.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2018-2024 Jean-Louis Leroy

#ifndef YOREL_YOMM2_MACROS_INCLUDED
#define YOREL_YOMM2_MACROS_INCLUDED
#ifndef YOREL_YOMM2_MACROS_HPP
#define YOREL_YOMM2_MACROS_HPP

#include <boost/preprocessor/config/config.hpp>
#include <boost/preprocessor/control/iif.hpp>
Expand Down
4 changes: 2 additions & 2 deletions include/yorel/yomm2/policy.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef YOREL_YOMM2_POLICY_INCLUDED
#define YOREL_YOMM2_POLICY_INCLUDED
#ifndef YOREL_YOMM2_POLICY_HPP
#define YOREL_YOMM2_POLICY_HPP

#include <charconv>
#include <cstdint>
Expand Down
4 changes: 2 additions & 2 deletions include/yorel/yomm2/templates.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// See accompanying file LICENSE_1_0.txt
// or copy at http://www.boost.org/LICENSE_1_0.txt)

#ifndef YOREL_YOMM2_TEMPLATES_INCLUDED
#define YOREL_YOMM2_TEMPLATES_INCLUDED
#ifndef YOREL_YOMM2_TEMPLATES_HPP
#define YOREL_YOMM2_TEMPLATES_HPP

#include <boost/mp11/algorithm.hpp>
#include <boost/mp11/bind.hpp>
Expand Down
4 changes: 2 additions & 2 deletions tests/test_helpers.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef YOMM2_TEST_HELPERS_INCLUDED
#define YOMM2_TEST_HELPERS_INCLUDED
#ifndef YOMM2_TEST_HELPERS_HPP
#define YOMM2_TEST_HELPERS_HPP

#include <yorel/yomm2/core.hpp>

Expand Down

0 comments on commit 49babc3

Please sign in to comment.