mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Convert all includes to relative paths.
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
#include "VideoConfigDiag.h"
|
||||
|
||||
#include "FileUtil.h"
|
||||
#include "TextureCacheBase.h"
|
||||
#include "Core.h"
|
||||
#include "Frame.h"
|
||||
|
||||
#include <wx/intl.h>
|
||||
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Core/Core.h"
|
||||
#include "DolphinWX/Frame.h"
|
||||
#include "DolphinWX/VideoConfigDiag.h"
|
||||
#include "VideoCommon/TextureCacheBase.h"
|
||||
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user