From 7cf998f9d578007279d2cad3b9028590799b406d Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 25 Mar 2020 09:49:58 +0100 Subject: [PATCH] GRAPHICS: Remove redundant (and illegal) includes --- graphics/larryScale.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/graphics/larryScale.cpp b/graphics/larryScale.cpp index b191ff15e43..331baaeb68d 100644 --- a/graphics/larryScale.cpp +++ b/graphics/larryScale.cpp @@ -21,9 +21,7 @@ */ #include "larryScale.h" -#include #include "common/array.h" -#include namespace Graphics { @@ -404,4 +402,3 @@ void larryScale( } } -