[Scummvm-git-logs] scummvm master -> bb904ea1af91648237ef5331cc5225e865d80d51

sev- noreply at scummvm.org
Wed Nov 12 15:33:18 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
bb904ea1af AGDS: Remove unnecessary include


Commit: bb904ea1af91648237ef5331cc5225e865d80d51
    https://github.com/scummvm/scummvm/commit/bb904ea1af91648237ef5331cc5225e865d80d51
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-11-12T16:33:04+01:00

Commit Message:
AGDS: Remove unnecessary include

Changed paths:
    engines/agds/character.cpp


diff --git a/engines/agds/character.cpp b/engines/agds/character.cpp
index 6e79a62973e..26b8980fb89 100644
--- a/engines/agds/character.cpp
+++ b/engines/agds/character.cpp
@@ -33,8 +33,6 @@
 #include "common/util.h"
 #include "graphics/managed_surface.h"
 
-#include <math.h>
-
 namespace AGDS {
 
 Character::Character(AGDSEngine *engine, const Common::String &name) : _engine(engine), _object(), _animation(nullptr), _jokes(false),




More information about the Scummvm-git-logs mailing list