unneeded includes

This commit is contained in:
Glenn Maynard
2004-05-11 21:16:59 +00:00
parent c862cb2c16
commit 56d421a186
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -3,7 +3,6 @@
#include <set> #include <set>
#include <map> #include <map>
#include "SDL_utils.h"
#include "RageUtil_CircularBuffer.h" #include "RageUtil_CircularBuffer.h"
class RageSound; class RageSound;
-1
View File
@@ -5,7 +5,6 @@
#ifndef RAGE_SOUND_READER_MP3_H #ifndef RAGE_SOUND_READER_MP3_H
#define RAGE_SOUND_READER_MP3_H #define RAGE_SOUND_READER_MP3_H
#include "SDL_utils.h"
#include "RageSoundReader_FileReader.h" #include "RageSoundReader_FileReader.h"
#include "RageFile.h" #include "RageFile.h"