diff options
Diffstat (limited to 'sky/debug.h')
| -rw-r--r-- | sky/debug.h | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/sky/debug.h b/sky/debug.h index 1e36e7c1b5..8f0de080fe 100644 --- a/sky/debug.h +++ b/sky/debug.h @@ -19,7 +19,11 @@   *   */ -#include "sky/sky.h" +#ifndef SKY_DEBUG_H +#define SKY_DEBUG_H + +#include "stdafx.h" +#include "common/scummsys.h"  class SkyDebug {  public: @@ -29,3 +33,4 @@ public:  	static void mcode(uint32 mcode, uint32 a, uint32 b, uint32 c);  }; +#endif  | 
