aboutsummaryrefslogtreecommitdiffstats
path: root/include/chilbert/detail/operations.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/operations.hpp
parent60feb44b88a662e3011b5c3c82c7cf3720540b68 (diff)
downloadchilbert-cad9fff2ac4c18051a7013c8854598112853c0b4.tar.gz
chilbert-cad9fff2ac4c18051a7013c8854598112853c0b4.tar.bz2
chilbert-cad9fff2ac4c18051a7013c8854598112853c0b4.zip
Clean up include guards
Diffstat (limited to 'include/chilbert/detail/operations.hpp')
-rw-r--r--include/chilbert/detail/operations.hpp4
1 files changed, 2 insertions, 2 deletions
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 <https://www.gnu.org/licenses/>.
*/
-#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"