Skip to content

Commit

Permalink
Merge pull request #83050 from k0T0z/fix-unnecessary-include
Browse files Browse the repository at this point in the history
Deleting unnecessary include in GDScriptParser
  • Loading branch information
akien-mga committed Oct 10, 2023
2 parents 7f5be55 + 3e57279 commit 53c6c38
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/gdscript/gdscript_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 53c6c38

Please sign in to comment.