aboutsummaryrefslogtreecommitdiffstats
path: root/include/chilbert/detail/traits.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-16 20:03:14 -0400
committerDavid Robillard <d@drobilla.net>2022-09-16 22:31:06 -0400
commitcad9fff2ac4c18051a7013c8854598112853c0b4 (patch)
tree59274fb1dee6b927f2eaecc85c131259324c98cc /include/chilbert/detail/traits.hpp
parent60feb44b88a662e3011b5c3c82c7cf3720540b68 (diff)
downloadchilbert-cad9fff2ac4c18051a7013c8854598112853c0b4.tar.gz
chilbert-cad9fff2ac4c18051a7013c8854598112853c0b4.tar.bz2
chilbert-cad9fff2ac4c18051a7013c8854598112853c0b4.zip
Clean up include guards
Diffstat (limited to 'include/chilbert/detail/traits.hpp')
-rw-r--r--include/chilbert/detail/traits.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/chilbert/detail/traits.hpp b/include/chilbert/detail/traits.hpp
index 0cb0f03..3e3f4d2 100644
--- a/include/chilbert/detail/traits.hpp
+++ b/include/chilbert/detail/traits.hpp
@@ -16,8 +16,8 @@
this program. If not, see <https://www.gnu.org/licenses/>.
*/
-#ifndef CHILBERT_TRAITS_HPP
-#define CHILBERT_TRAITS_HPP
+#ifndef CHILBERT_DETAIL_TRAITS_HPP
+#define CHILBERT_DETAIL_TRAITS_HPP
namespace chilbert {
namespace detail {