Browse Source

Hopefully fixed the Windows build.

Alex Szpakowski 10 years ago
parent
commit
fab029ae6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/runtime.h

+ 1 - 1
src/common/runtime.h

@@ -23,7 +23,6 @@
 
 // LOVE
 #include "types.h"
-#include "Object.h"
 
 // Lua
 extern "C" {
@@ -40,6 +39,7 @@ namespace love
 {
 
 // Forward declarations.
+class Object;
 class Module;
 class Reference;