mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Remove relative gl_common.h include directives
This commit is contained in:
parent
10e5224d22
commit
eaa8813d44
@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#include "../native/gfx/gl_common.h"
|
||||
#include "gfx/gl_common.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "../Globals.h"
|
||||
#include "../native/gfx/gl_common.h"
|
||||
#include "gfx/gl_common.h"
|
||||
#include "ge_constants.h"
|
||||
|
||||
struct GPUgstate
|
||||
|
Loading…
Reference in New Issue
Block a user