summaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-06-19 21:45:34 +0200
committerGitHub <noreply@github.com>2021-06-19 21:45:34 +0200
commitd88be9b70cfecb0ec525216c1bb6267c9d1aa17d (patch)
treef0493f77faaea415faab110fe00cb71d27ebea0e /modules/mono/csharp_script.cpp
parentd7a42a44be107d048447dcaeba7c508402096d90 (diff)
parent2bafcd3422bea8baf2282f5de87538a59f0bb254 (diff)
Merge pull request #44806 from madmiraal/consolidate_json
Consolidate JSON, JSONParseResults and JSONParser into JSON
Diffstat (limited to 'modules/mono/csharp_script.cpp')
-rw-r--r--modules/mono/csharp_script.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp
index 576256b6ec..b54340a7bc 100644
--- a/modules/mono/csharp_script.cpp
+++ b/modules/mono/csharp_script.cpp
@@ -38,7 +38,6 @@
#include "core/debugger/engine_debugger.h"
#include "core/debugger/script_debugger.h"
#include "core/io/file_access.h"
-#include "core/io/json.h"
#include "core/os/mutex.h"
#include "core/os/os.h"
#include "core/os/thread.h"