Merge pull request #809 from cxd4/glide-on-linux
[Glide64] fixed wrong include paths for case-sensitivity
This commit is contained in:
commit
9ad3e9d706
|
@ -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"
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
//
|
||||
//****************************************************************
|
||||
|
||||
#include <common/StdString.h>
|
||||
#include <Common/StdString.h>
|
||||
#include "Gfx_1.3.h"
|
||||
#include "Version.h"
|
||||
#include <Settings/Settings.h>
|
||||
|
|
Loading…
Reference in New Issue