summaryrefslogtreecommitdiffstats
path: root/raul/TimeSlice.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-09-16 21:21:20 +0200
committerDavid Robillard <d@drobilla.net>2018-09-16 21:21:20 +0200
commit5cb9ce065405c4e37d9a0f18b0995262cf0c1ac8 (patch)
treec9fb4a4e54d89d7df85701110e194390dbd04db4 /raul/TimeSlice.hpp
parent2c7828c9c420f3369d09e038371863c095e53c61 (diff)
downloadraul-5cb9ce065405c4e37d9a0f18b0995262cf0c1ac8.tar.gz
raul-5cb9ce065405c4e37d9a0f18b0995262cf0c1ac8.tar.bz2
raul-5cb9ce065405c4e37d9a0f18b0995262cf0c1ac8.zip
Clean up include guards
Diffstat (limited to 'raul/TimeSlice.hpp')
-rw-r--r--raul/TimeSlice.hpp6
1 files changed, 3 insertions, 3 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#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