diff --git a/BBGE/SoundManager.cpp b/BBGE/SoundManager.cpp index b5a5ae8..e35c419 100644 --- a/BBGE/SoundManager.cpp +++ b/BBGE/SoundManager.cpp @@ -18,8 +18,9 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "SoundManager.h" + #include "Core.h" +#include "SoundManager.h" #include "Base.h" #include "PackRead.h"