From 5cb9ce065405c4e37d9a0f18b0995262cf0c1ac8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 16 Sep 2018 21:21:20 +0200 Subject: Clean up include guards --- raul/TimeSlice.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'raul/TimeSlice.hpp') diff --git a/raul/TimeSlice.hpp b/raul/TimeSlice.hpp index 92979b0..c72ca03 100644 --- a/raul/TimeSlice.hpp +++ b/raul/TimeSlice.hpp @@ -14,8 +14,8 @@ along with Raul. If not, see . */ -#ifndef RAUL_TIME_SLICE_HPP -#define RAUL_TIME_SLICE_HPP +#ifndef RAUL_TIMESLICE_HPP +#define RAUL_TIMESLICE_HPP #include "raul/Noncopyable.hpp" #include "raul/TimeStamp.hpp" @@ -153,4 +153,4 @@ private: } // namespace Raul -#endif // RAUL_TIME_SLICE_HPP +#endif // RAUL_TIMESLICE_HPP -- cgit v1.2.1