[Scummvm-git-logs] scummvm master -> 7cf998f9d578007279d2cad3b9028590799b406d
sev-
sev at scummvm.org
Wed Mar 25 08:50:47 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
7cf998f9d5 GRAPHICS: Remove redundant (and illegal) includes
Commit: 7cf998f9d578007279d2cad3b9028590799b406d
https://github.com/scummvm/scummvm/commit/7cf998f9d578007279d2cad3b9028590799b406d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-03-25T09:49:58+01:00
Commit Message:
GRAPHICS: Remove redundant (and illegal) includes
Changed paths:
graphics/larryScale.cpp
diff --git a/graphics/larryScale.cpp b/graphics/larryScale.cpp
index b191ff15e4..331baaeb68 100644
--- a/graphics/larryScale.cpp
+++ b/graphics/larryScale.cpp
@@ -21,9 +21,7 @@
*/
#include "larryScale.h"
-#include <cassert>
#include "common/array.h"
-#include <cstring>
namespace Graphics {
@@ -404,4 +402,3 @@ void larryScale(
}
}
-
More information about the Scummvm-git-logs
mailing list