[Scummvm-git-logs] scummvm master -> 35a3b73674307fc230ca360c093e159433909517

aquadran noreply at scummvm.org
Tue Nov 19 21:28:10 UTC 2024


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:
35a3b73674 WINTERMUTE: Cleanup headers


Commit: 35a3b73674307fc230ca360c093e159433909517
    https://github.com/scummvm/scummvm/commit/35a3b73674307fc230ca360c093e159433909517
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2024-11-19T22:28:06+01:00

Commit Message:
WINTERMUTE: Cleanup headers

Changed paths:
    engines/wintermute/base/gfx/xanimation.h
    engines/wintermute/base/gfx/xframe_node.h


diff --git a/engines/wintermute/base/gfx/xanimation.h b/engines/wintermute/base/gfx/xanimation.h
index 2021da5e71d..941c1f08140 100644
--- a/engines/wintermute/base/gfx/xanimation.h
+++ b/engines/wintermute/base/gfx/xanimation.h
@@ -31,9 +31,6 @@
 #include "engines/wintermute/base/base.h"
 #include "engines/wintermute/coll_templ.h"
 
-#include "math/quat.h"
-#include "math/vector3d.h"
-
 namespace Wintermute {
 
 class FrameNode;
diff --git a/engines/wintermute/base/gfx/xframe_node.h b/engines/wintermute/base/gfx/xframe_node.h
index b150c176709..49961508ee7 100644
--- a/engines/wintermute/base/gfx/xframe_node.h
+++ b/engines/wintermute/base/gfx/xframe_node.h
@@ -33,10 +33,6 @@
 #include "engines/wintermute/base/gfx/xmodel.h"
 #include "engines/wintermute/coll_templ.h"
 
-#include "math/matrix4.h"
-#include "math/quat.h"
-#include "math/vector3d.h"
-
 namespace Wintermute {
 
 class XModel;




More information about the Scummvm-git-logs mailing list