summaryrefslogtreecommitdiff
path: root/src/render/graphics.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-13 18:25:03 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-13 18:25:03 +0300
commite74f8dbf42c027cdd4c32cc66036e0f4758d28c3 (patch)
tree58f1c0800aeb2131022b40ab6e38302377f9e4e4 /src/render/graphics.h
parentfb810c2d0a117dba032353b4e60391db2bff504c (diff)
downloadplus-e74f8dbf42c027cdd4c32cc66036e0f4758d28c3.tar.gz
plus-e74f8dbf42c027cdd4c32cc66036e0f4758d28c3.tar.bz2
plus-e74f8dbf42c027cdd4c32cc66036e0f4758d28c3.tar.xz
plus-e74f8dbf42c027cdd4c32cc66036e0f4758d28c3.zip
Move rendertype.h into enums directory.
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r--src/render/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h
index a0612cef9..33ab2954e 100644
--- a/src/render/graphics.h
+++ b/src/render/graphics.h
@@ -68,12 +68,12 @@
#include "sdlshared.h"
+#include "enums/render/rendertype.h"
+
#include "gui/color.h"
#include "gui/cliprect.h"
-#include "render/rendertype.h"
-
#include <SDL_video.h>
#ifdef USE_SDL2