X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fgameobjs.cpp;h=e863be38ca4704f779e3d669119a7faf440d1066;hb=864c93e01ec366f730b3ebad08d5c52d6a9363b6;hp=6a5d391a4a3c11d480a296d68ab0f05108b815e8;hpb=c0093d25093395cb62fc2526ab42be65a9f015b8;p=supertux.git diff --git a/src/object/gameobjs.cpp b/src/object/gameobjs.cpp index 6a5d391a4..e863be38c 100644 --- a/src/object/gameobjs.cpp +++ b/src/object/gameobjs.cpp @@ -24,7 +24,6 @@ #include #include -#include "app/globals.h" #include "tile.h" #include "tile_manager.h" #include "game_session.h" @@ -35,6 +34,7 @@ #include "tilemap.h" #include "video/drawing_context.h" #include "camera.h" +#include "main.h" BouncyCoin::BouncyCoin(const Vector& pos) : position(pos)