diff --git a/SDL2pp/Renderer.hh b/SDL2pp/Renderer.hh index b3142ce..16e9e90 100644 --- a/SDL2pp/Renderer.hh +++ b/SDL2pp/Renderer.hh @@ -36,7 +36,6 @@ namespace SDL2pp { class Window; class Texture; -class Rect; class Point; class Renderer { diff --git a/SDL2pp/Texture.hh b/SDL2pp/Texture.hh index aded353..13cd74d 100644 --- a/SDL2pp/Texture.hh +++ b/SDL2pp/Texture.hh @@ -36,7 +36,6 @@ struct SDL_Texture; namespace SDL2pp { class Renderer; -class Rect; class RWops; class Texture {