X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbackground.h;h=375343fcac4a70d651201ab887c4aad2f7ec1721;hb=6c61f312a1f5a768e202195ca18ed5a51974bdcc;hp=91df5ae2a12e99adf084e5ae8c52cd9011c2b19f;hpb=308f11e38981077626fe0ea9887094f3c28b02f9;p=supertux.git diff --git a/src/background.h b/src/background.h index 91df5ae2a..375343fca 100644 --- a/src/background.h +++ b/src/background.h @@ -20,10 +20,10 @@ #ifndef SUPERTUX_BACKGROUND_H #define SUPERTUX_BACKGROUND_H -#include "screen/texture.h" -#include "screen/drawing_context.h" -#include "game_object.h" -#include "lispreader.h" +#include "video/surface.h" +#include "video/drawing_context.h" +#include "special/game_object.h" +#include "utils/lispreader.h" #include "serializable.h" class DisplayManager;