diff --git a/src/common/runtime.h b/src/common/runtime.h index e0002cca5..b4da0b677 100644 --- a/src/common/runtime.h +++ b/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;