summaryrefslogtreecommitdiff
path: root/src/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.h')
-rw-r--r--src/sound.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/sound.h b/src/sound.h
index 9447b77ef..b9c847079 100644
--- a/src/sound.h
+++ b/src/sound.h
@@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef SOUND_HEADER
-#define SOUND_HEADER
+#pragma once
#include <set>
#include <string>
@@ -121,5 +120,3 @@ public:
// Global DummySoundManager singleton
extern DummySoundManager dummySoundManager;
-
-#endif