diff options
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r-- | src/render/graphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h index 0cb510195..93d46b475 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -29,8 +29,8 @@ #include "render/renderers.h" -#include <guichan/color.hpp> -#include <guichan/graphics.hpp> +#include "gui/base/color.hpp" +#include "gui/base/graphics.hpp" #ifdef USE_SDL2 #include <SDL_render.h> |