Skip to content

Commit

Permalink
ENGINES: Remove include of SDL backend header
Browse files Browse the repository at this point in the history
This should fix compilation errors with non-SDL backends.
  • Loading branch information
criezy committed Apr 29, 2018
1 parent d9efbee commit 87e5f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/unknown-game-dialog.cpp
Expand Up @@ -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',
Expand Down

0 comments on commit 87e5f60

Please sign in to comment.