From 46e5aed0bf2645fb640b08c148b518590c95253a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Aug 2018 12:29:34 +0200 Subject: Fix use of reserved identifiers for include guards --- chilbert/SetBits.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chilbert/SetBits.hpp') diff --git a/chilbert/SetBits.hpp b/chilbert/SetBits.hpp index adca0a0..6b2cd24 100644 --- a/chilbert/SetBits.hpp +++ b/chilbert/SetBits.hpp @@ -16,8 +16,8 @@ this program. If not, see . */ -#ifndef _SETBITS_HPP_ -#define _SETBITS_HPP_ +#ifndef CHILBERT_SETBITS_HPP +#define CHILBERT_SETBITS_HPP #include "chilbert/Operations.hpp" -- cgit v1.2.1