mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 23:15:38 +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.
|
||||
//
|
||||
|
||||
#include "GuiApplicationUpdater.h"
|
||||
#include "guis/GuiApplicationUpdater.h"
|
||||
|
||||
#include "EmulationStation.h"
|
||||
#include "utils/PlatformUtil.h"
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
#include "GuiGamelistOptions.h"
|
||||
#include "guis/GuiGamelistOptions.h"
|
||||
|
||||
#include "CollectionSystemsManager.h"
|
||||
#include "FileFilterIndex.h"
|
||||
|
|
Loading…
Reference in a new issue