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

lephilousophe noreply at scummvm.org
Mon Sep 30 06:39:16 UTC 2024


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

Summary:
163501b081 DIRECTOR: Remove useless include
cf9c8a765f QDENGINE: Remove useless include


Commit: 163501b0812ec53412f4101c78c6a82867ea3e5d
    https://github.com/scummvm/scummvm/commit/163501b0812ec53412f4101c78c6a82867ea3e5d
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-09-30T08:38:19+02:00

Commit Message:
DIRECTOR: Remove useless include

It fails to build when OpenGL is disabled.

Changed paths:
    engines/director/debugger/debugtools.cpp


diff --git a/engines/director/debugger/debugtools.cpp b/engines/director/debugger/debugtools.cpp
index 7d0843663ed..e60048f29bb 100644
--- a/engines/director/debugger/debugtools.cpp
+++ b/engines/director/debugger/debugtools.cpp
@@ -20,7 +20,6 @@
  */
 
 #include "backends/imgui/IconsMaterialSymbols.h"
-#include "graphics/opengl/shader.h"
 
 #include "director/director.h"
 #include "director/lingo/lingodec/context.h"


Commit: cf9c8a765f91add4252a79c28376904c8858eeb4
    https://github.com/scummvm/scummvm/commit/cf9c8a765f91add4252a79c28376904c8858eeb4
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-09-30T08:38:48+02:00

Commit Message:
QDENGINE: Remove useless include

It fails to build when OpenGL is disabled.

Changed paths:
    engines/qdengine/debugger/debugtools.cpp


diff --git a/engines/qdengine/debugger/debugtools.cpp b/engines/qdengine/debugger/debugtools.cpp
index 818689b76af..fe6bfa30fa2 100644
--- a/engines/qdengine/debugger/debugtools.cpp
+++ b/engines/qdengine/debugger/debugtools.cpp
@@ -32,7 +32,6 @@
 #include "common/stack.h"
 #include "common/system.h"
 
-#include "graphics/opengl/shader.h"
 #include "graphics/managed_surface.h"
 
 #include "qdengine/debugger/dt-internal.h"




More information about the Scummvm-git-logs mailing list