[Glide64] fixed wrong include paths for case-sensitivity

This commit is contained in:
no 2015-12-04 16:26:58 -05:00
parent 3e159a7e5b
commit 757c7c35c6
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ the plugin
#include <stddef.h> // offsetof
#include <glide.h>
#include <Common/MemTest.h>
#include <settings/Settings.h>
#include <Settings/Settings.h>
#include "GlideExtensions.h"
#include "rdp.h"
#include "Keys.h"

View File

@ -37,7 +37,7 @@
//
//****************************************************************
#include <common/StdString.h>
#include <Common/StdString.h>
#include "Gfx_1.3.h"
#include "Version.h"
#include <Settings/Settings.h>