[Scummvm-git-logs] scummvm master -> 87e5f60ceaa51a91d1bc23583b58c4642a6bf87f

criezy criezy at scummvm.org
Mon Apr 30 00:39:10 CEST 2018


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:
87e5f60cea ENGINES: Remove include of SDL backend header


Commit: 87e5f60ceaa51a91d1bc23583b58c4642a6bf87f
    https://github.com/scummvm/scummvm/commit/87e5f60ceaa51a91d1bc23583b58c4642a6bf87f
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2018-04-29T23:38:51+01:00

Commit Message:
ENGINES: Remove include of SDL backend header

This should fix compilation errors with non-SDL backends.

Changed paths:
    engines/unknown-game-dialog.cpp


diff --git a/engines/unknown-game-dialog.cpp b/engines/unknown-game-dialog.cpp
index 0314d2a..9bcb68c 100644
--- a/engines/unknown-game-dialog.cpp
+++ b/engines/unknown-game-dialog.cpp
@@ -22,13 +22,13 @@
 
 #include "common/translation.h"
 #include "common/str-array.h"
+#include "common/system.h"
 #include "gui/gui-manager.h"
 #include "gui/message.h"
 #include "gui/ThemeEval.h"
 #include "gui/widgets/popup.h"
 #include "gui/widgets/scrollcontainer.h"
 #include "engines/unknown-game-dialog.h"
-#include "backends/platform/sdl/sdl.h"
 
 enum {
 	kCopyToClipboard = 'cpcl',





More information about the Scummvm-git-logs mailing list