aboutsummaryrefslogtreecommitdiffstats
path: root/include/chilbert
diff options
context:
space:
mode:
Diffstat (limited to 'include/chilbert')
-rw-r--r--include/chilbert/chilbert.hpp6
-rw-r--r--include/chilbert/chilbert.ipp5
2 files changed, 3 insertions, 8 deletions
diff --git a/include/chilbert/chilbert.hpp b/include/chilbert/chilbert.hpp
index 9540014..6becbc1 100644
--- a/include/chilbert/chilbert.hpp
+++ b/include/chilbert/chilbert.hpp
@@ -2,8 +2,8 @@
// Copyright 2006-2007 Chris Hamilton <chamilton@cs.dal.ca>
// SPDX-License-Identifier: GPL-2.0-or-later
-#ifndef CHILBERT_HILBERT_HPP
-#define CHILBERT_HILBERT_HPP
+#ifndef CHILBERT_CHILBERT_HPP
+#define CHILBERT_CHILBERT_HPP
#include <cstddef>
@@ -83,4 +83,4 @@ compact_index_to_coords(P& p,
#include "chilbert/chilbert.ipp" // IWYU pragma: export
-#endif
+#endif // CHILBERT_CHILBERT_HPP
diff --git a/include/chilbert/chilbert.ipp b/include/chilbert/chilbert.ipp
index 3158c66..e53270f 100644
--- a/include/chilbert/chilbert.ipp
+++ b/include/chilbert/chilbert.ipp
@@ -2,9 +2,6 @@
// Copyright 2006-2007 Chris Hamilton <chamilton@cs.dal.ca>
// SPDX-License-Identifier: GPL-2.0-or-later
-#ifndef CHILBERT_CHILBERT_HPP
-#define CHILBERT_CHILBERT_HPP
-
#include "chilbert/BoundedBitVec.hpp"
#include "chilbert/DynamicBitVec.hpp"
#include "chilbert/SmallBitVec.hpp"
@@ -481,5 +478,3 @@ compact_index_to_coords(P& p,
}
} // namespace chilbert
-
-#endif