GRAPHICS: Remove redundant (and illegal) includes

This commit is contained in:
Eugene Sandulenko 2020-03-25 09:49:58 +01:00
parent 1cff1d2f4c
commit 7cf998f9d5

View File

@ -21,9 +21,7 @@
*/
#include "larryScale.h"
#include <cassert>
#include "common/array.h"
#include <cstring>
namespace Graphics {
@ -404,4 +402,3 @@ void larryScale(
}
}