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

criezy noreply at scummvm.org
Tue Jun 6 08:22:10 UTC 2023


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:
fa7e2fee49 AGS: emove include of std/math.h


Commit: fa7e2fee493bb2ea7dad976fb54a6d96c7a6fc21
    https://github.com/scummvm/scummvm/commit/fa7e2fee493bb2ea7dad976fb54a6d96c7a6fc21
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2023-06-06T09:21:27+01:00

Commit Message:
AGS: emove include of std/math.h

It should have been part of 4dcde68f4, but I forgot that one file.

Changed paths:
    engines/ags/engine/ac/route_finder_impl.cpp


diff --git a/engines/ags/engine/ac/route_finder_impl.cpp b/engines/ags/engine/ac/route_finder_impl.cpp
index 27c29ed0f89..a12e5bf8e16 100644
--- a/engines/ags/engine/ac/route_finder_impl.cpp
+++ b/engines/ags/engine/ac/route_finder_impl.cpp
@@ -26,7 +26,6 @@
 //=============================================================================
 
 #include "ags/engine/ac/route_finder_impl.h"
-#include "ags/lib/std/math.h"
 #include "ags/shared/ac/common.h"   // quit()
 #include "ags/engine/ac/move_list.h"     // MoveList
 #include "ags/shared/ac/common_defines.h"




More information about the Scummvm-git-logs mailing list