GUI: Fix include paths

This commit is contained in:
Eugene Sandulenko 2021-11-10 11:33:24 +01:00
parent e5d1701220
commit 877f23f2eb
4 changed files with 5 additions and 4 deletions

View file

@ -20,7 +20,7 @@
*
*/
#include "editrecorddialog.h"
#include "gui/editrecorddialog.h"
#include "gui/widgets/edittext.h"
#include "common/translation.h"

View file

@ -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;

View file

@ -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

View file

@ -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 {