From 680af178196217bdd255d2bc851f240983144ac1 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 10 Jun 2012 00:18:08 +0200 Subject: Fixed include paths and CMakeLists.txt Additionally, changed #ifndef to #pragma once everywhere --- src/sound/sound.cpp | 11 ++++++----- src/sound/sound.h | 5 ++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/sound') diff --git a/src/sound/sound.cpp b/src/sound/sound.cpp index 333eba0..fadfeaa 100644 --- a/src/sound/sound.cpp +++ b/src/sound/sound.cpp @@ -24,11 +24,12 @@ #include #include #include -#include "language.h" -#include "struct.h" -#include "iman.h" -#include "math3d.h" -#include "sound.h" + +#include "common/language.h" +#include "common/struct.h" +#include "common/iman.h" +#include "math/old/math3d.h" +#include "sound/sound.h" ///////////////////////////////////////////////////////////////////////////// diff --git a/src/sound/sound.h b/src/sound/sound.h index 16e1be5..f026b76 100644 --- a/src/sound/sound.h +++ b/src/sound/sound.h @@ -16,8 +16,7 @@ // sound.h -#ifndef SOUND_H -#define SOUND_H +#pragma once #include @@ -242,4 +241,4 @@ protected: char m_CDpath[100]; }; -#endif // SOUND_H + -- cgit v1.2.3-1-g7c22