From 3073a88cd16b6e85401363c814e5ac7ae11b9270 Mon Sep 17 00:00:00 2001 From: Kai Blaschke Date: Sun, 25 Feb 2024 15:46:47 +0100 Subject: Use "#pragma once" instead of include guards --- source/frontend/StarVoice.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source/frontend/StarVoice.hpp') diff --git a/source/frontend/StarVoice.hpp b/source/frontend/StarVoice.hpp index f776cb7..fa149b6 100644 --- a/source/frontend/StarVoice.hpp +++ b/source/frontend/StarVoice.hpp @@ -1,5 +1,5 @@ -#ifndef STAR_VOICE_HPP -#define STAR_VOICE_HPP +#pragma once + #include "StarJson.hpp" #include "StarBiMap.hpp" #include "StarException.hpp" @@ -222,5 +222,3 @@ private: }; } - -#endif \ No newline at end of file -- cgit v1.2.3