[Scummvm-git-logs] scummvm master -> 2764901e86fbf79c9689eccf63e315eeec4d2465

sev- noreply at scummvm.org
Tue Apr 8 19:54:15 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:
2764901e86 GUI: Fix include path


Commit: 2764901e86fbf79c9689eccf63e315eeec4d2465
    https://github.com/scummvm/scummvm/commit/2764901e86fbf79c9689eccf63e315eeec4d2465
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-04-08T21:53:52+02:00

Commit Message:
GUI: Fix include path

Changed paths:
    gui/dump-all-dialogs.h


diff --git a/gui/dump-all-dialogs.h b/gui/dump-all-dialogs.h
index 53082b748f8..e02589eb777 100644
--- a/gui/dump-all-dialogs.h
+++ b/gui/dump-all-dialogs.h
@@ -24,7 +24,7 @@
 
 #include "common/str.h"
 #include "graphics/surface.h"
-#include "dialog.h"
+#include "gui/dialog.h"
 
 namespace GUI {
 




More information about the Scummvm-git-logs mailing list