From a5d558b1c10fb93c89e5745d29a09d3d0ed8c49d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 30 Dec 2014 00:12:54 +0300 Subject: [PATCH] Remove unused includes --- SDL2pp/Point.cc | 2 -- SDL2pp/Rect.cc | 2 -- 2 files changed, 4 deletions(-) diff --git a/SDL2pp/Point.cc b/SDL2pp/Point.cc index 7a48881..5f71f00 100644 --- a/SDL2pp/Point.cc +++ b/SDL2pp/Point.cc @@ -19,8 +19,6 @@ 3. This notice may not be removed or altered from any source distribution. */ -#include - #include namespace SDL2pp { diff --git a/SDL2pp/Rect.cc b/SDL2pp/Rect.cc index 55d41c7..bad4cd2 100644 --- a/SDL2pp/Rect.cc +++ b/SDL2pp/Rect.cc @@ -19,8 +19,6 @@ 3. This notice may not be removed or altered from any source distribution. */ -#include - #include #include