mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 12:35:44 +00:00
Standardized the header includes for two Guis
This commit is contained in:
parent
79a18c07ac
commit
96e8749571
|
@ -7,7 +7,7 @@
|
||||||
// Used in conjunction with ApplicationUpdater.
|
// Used in conjunction with ApplicationUpdater.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "GuiApplicationUpdater.h"
|
#include "guis/GuiApplicationUpdater.h"
|
||||||
|
|
||||||
#include "EmulationStation.h"
|
#include "EmulationStation.h"
|
||||||
#include "utils/PlatformUtil.h"
|
#include "utils/PlatformUtil.h"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "GuiGamelistOptions.h"
|
#include "guis/GuiGamelistOptions.h"
|
||||||
|
|
||||||
#include "CollectionSystemsManager.h"
|
#include "CollectionSystemsManager.h"
|
||||||
#include "FileFilterIndex.h"
|
#include "FileFilterIndex.h"
|
||||||
|
|
Loading…
Reference in a new issue