SCons: Remove system includes
This commit is contained in:
@ -62,6 +62,7 @@ using namespace godot;
|
||||
// Thirdparty headers.
|
||||
|
||||
#ifdef MODULE_MSDFGEN_ENABLED
|
||||
GODOT_GCC_WARNING_PUSH_AND_IGNORE("-Wshadow")
|
||||
GODOT_MSVC_WARNING_PUSH_AND_IGNORE(4458) // "Declaration of 'identifier' hides class member".
|
||||
|
||||
#include <core/EdgeHolder.h>
|
||||
@ -70,6 +71,7 @@ GODOT_MSVC_WARNING_PUSH_AND_IGNORE(4458) // "Declaration of 'identifier' hides c
|
||||
#include <core/edge-selectors.h>
|
||||
#include <msdfgen.h>
|
||||
|
||||
GODOT_GCC_WARNING_POP
|
||||
GODOT_MSVC_WARNING_POP
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user