removing unnecessary include of gdscript_warning.h as it is already included in the header file

Signed-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>
This commit is contained in:
Saif Kandil 2023-10-09 18:00:44 +03:00
parent fba341ce44
commit 3e57279be2

View file

@ -32,10 +32,6 @@
#include "gdscript.h"
#ifdef DEBUG_ENABLED
#include "gdscript_warning.h"
#endif
#include "core/config/project_settings.h"
#include "core/io/file_access.h"
#include "core/io/resource_loader.h"