From cad9fff2ac4c18051a7013c8854598112853c0b4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Sep 2022 20:03:14 -0400 Subject: Clean up include guards --- include/chilbert/detail/operations.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/chilbert/detail/operations.hpp') diff --git a/include/chilbert/detail/operations.hpp b/include/chilbert/detail/operations.hpp index 398944f..a196ba4 100644 --- a/include/chilbert/detail/operations.hpp +++ b/include/chilbert/detail/operations.hpp @@ -16,8 +16,8 @@ this program. If not, see . */ -#ifndef CHILBERT_OPERATIONS_HPP -#define CHILBERT_OPERATIONS_HPP +#ifndef CHILBERT_DETAIL_OPERATIONS_HPP +#define CHILBERT_DETAIL_OPERATIONS_HPP #include "chilbert/detail/traits.hpp" #include "chilbert/operators.hpp" -- cgit v1.2.1