X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fvideo%2Fdrawing_context.hpp;h=5f392ef0e7bfda86fbb5212d2d0dcb0cdcf29c13;hb=43db9a6c44b6ee544e7694d1bb234ba559b0849c;hp=0e24d3a3ab756285da228f64519d3ebccf2070cf;hpb=88044088f138f9f6bdaaaf873f114f34f053c864;p=supertux.git diff --git a/src/video/drawing_context.hpp b/src/video/drawing_context.hpp index 0e24d3a3a..5f392ef0e 100644 --- a/src/video/drawing_context.hpp +++ b/src/video/drawing_context.hpp @@ -25,19 +25,15 @@ #include -#include - -#include "glutil.hpp" #include "obstack/obstack.h" #include "math/vector.hpp" #include "math/rect.hpp" -#include "drawing_request.hpp" -#include "font.hpp" #include "color.hpp" +#include "font.hpp" +#include "drawing_request.hpp" class Surface; class Texture; -struct DrawingRequest; class Renderer; class Lightmap;