GUI: Fix include paths
This commit is contained in:
parent
e5d1701220
commit
877f23f2eb
4 changed files with 5 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "editrecorddialog.h"
|
||||
#include "gui/editrecorddialog.h"
|
||||
#include "gui/widgets/edittext.h"
|
||||
#include "common/translation.h"
|
||||
|
||||
|
|
|
@ -31,8 +31,9 @@
|
|||
|
||||
#include "gui/dialog.h"
|
||||
#include "gui/widgets/popup.h"
|
||||
#include "gui/MetadataParser.h"
|
||||
|
||||
#include "engines/game.h"
|
||||
#include "MetadataParser.h"
|
||||
|
||||
using Common::String;
|
||||
using Common::U32String;
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "common/system.h"
|
||||
#include "gui/ThemeEval.h"
|
||||
#include "gui/gui-manager.h"
|
||||
#include "recorderdialog.h"
|
||||
#include "gui/recorderdialog.h"
|
||||
|
||||
#define MAX_RECORDS_NAMES 0xFF
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "backends/networking/curl/request.h"
|
||||
#include "backends/cloud/storage.h"
|
||||
#include "backends/cloud/cloudmanager.h"
|
||||
#include "message.h"
|
||||
#include "gui/message.h"
|
||||
|
||||
namespace GUI {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue