summaryrefslogtreecommitdiff
path: root/src/render/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r--src/render/graphics.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h
index d7cebec09..d26f8a770 100644
--- a/src/render/graphics.h
+++ b/src/render/graphics.h
@@ -72,11 +72,9 @@
#include "gui/color.h"
-#include "render/renderers.h"
-
#include "gui/cliprect.h"
-#include "resources/imagerect.h"
+#include "render/rendertype.h"
#ifdef USE_SDL2
#include <SDL_render.h>
@@ -97,6 +95,7 @@
class Image;
class ImageCollection;
+class ImageRect;
class ImageVertexes;
struct SDL_Window;