1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Remove circular unneeded debug_adapter_protocol.h include from debug_adapter_parser.h.

This commit is contained in:
Lukas Tenbrink
2025-10-10 10:40:47 +02:00
parent 295e465fe4
commit 56abd0ece3
5 changed files with 6 additions and 7 deletions

View File

@@ -30,7 +30,7 @@
#include "debug_adapter_parser.h"
#include "editor/debugger/debug_adapter/debug_adapter_types.h"
#include "editor/debugger/debug_adapter/debug_adapter_protocol.h"
#include "editor/debugger/editor_debugger_node.h"
#include "editor/debugger/script_editor_debugger.h"
#include "editor/export/editor_export_platform.h"