[Glitch64] switch "../Settings/Settings.h" to <Settings/Settings.h>

This commit is contained in:
zilmar 2016-01-20 17:07:06 +11:00
parent 6fbfc144b5
commit 6e972c4660
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
* `GetSystemSetting` and `FindSystemSettingId` from Project64 debugger
* used only in DisplayError when OpenGL extension loading fails on WGL
*/
#include "../Settings/Settings.h"
#include <Settings/Settings.h>
struct ResolutionInfo
{