headers don't include global.h

This commit is contained in:
Glenn Maynard
2005-07-12 04:39:57 +00:00
parent 0a5614d0ea
commit 94abe52637
3 changed files with 0 additions and 5 deletions
@@ -3,8 +3,6 @@
#ifndef LOADING_WINDOW_H
#define LOADING_WINDOW_H
#include "global.h"
struct RageSurface;
class LoadingWindow
{
@@ -5,7 +5,6 @@
* we use SDL. Note that not all SDL operations go here; however, nothing
* outside of this can assume that SDL has VIDEO initialized. */
#include "global.h"
#include "RageDisplay.h" // for RageDisplay::VideoModeParams
class LowLevelWindow
@@ -1,8 +1,6 @@
#ifndef RAGE_SOUND_DRIVER
#define RAGE_SOUND_DRIVER
#include "global.h"
class RageSoundBase;
class RageSoundDriver
{