diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-15 19:39:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-15 19:39:12 +0300 |
commit | 1fe641c6a8e5a9186645e7b776a31337064f77d8 (patch) | |
tree | e2df69cee9be4214b4dfc38e5c40b6f56e2eb48b /src/render/sdlgraphics.h | |
parent | 5865c48f81cc988a3aebe353897d68c43f05378b (diff) | |
download | plus-1fe641c6a8e5a9186645e7b776a31337064f77d8.tar.gz plus-1fe641c6a8e5a9186645e7b776a31337064f77d8.tar.bz2 plus-1fe641c6a8e5a9186645e7b776a31337064f77d8.tar.xz plus-1fe641c6a8e5a9186645e7b776a31337064f77d8.zip |
Fix different include issues.
Diffstat (limited to 'src/render/sdlgraphics.h')
-rw-r--r-- | src/render/sdlgraphics.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/render/sdlgraphics.h b/src/render/sdlgraphics.h index 0f18c3c03..bb9e7bd60 100644 --- a/src/render/sdlgraphics.h +++ b/src/render/sdlgraphics.h @@ -33,10 +33,6 @@ RENDER_SDL2GRAPHICS_H #include "localconsts.h" -class Image; -class ImageCollection; -class ImageVertexes; - /** * A central point of control for graphics. */ |