mirror of https://github.com/PCSX2/pcsx2.git
Change a couple of includes from angle brackets to quotes:
This makes Xcode happy, as it interprets angled brackets as system headers or headers inside of frameworks.
This commit is contained in:
parent
1a2272ad43
commit
cae8e6ae79
|
@ -22,7 +22,7 @@
|
|||
#include "System.h"
|
||||
#include "Config.h"
|
||||
|
||||
#include <common/FileSystem.h>
|
||||
#include "common/FileSystem.h"
|
||||
#include "common/StringUtil.h"
|
||||
|
||||
#include "fmt/core.h"
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include <wx/txtstrm.h>
|
||||
#include <wx/zipstrm.h>
|
||||
#include <wx/wfstream.h>
|
||||
#include <PathDefs.h>
|
||||
#include "PathDefs.h"
|
||||
|
||||
// This is a declaration for PatchMemory.cpp::_ApplyPatch where we're (patch.cpp)
|
||||
// the only consumer, so it's not made public via Patch.h
|
||||
|
|
Loading…
Reference in New Issue