summaryrefslogtreecommitdiffstats
path: root/modules/webrtc/webrtc_data_channel_gdnative.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2021-07-15 00:46:35 +0200
committerRémi Verschelde <rverschelde@gmail.com>2021-07-15 00:46:43 +0200
commit06568bbfdfbecb489d3263f6df1e7d298642cd61 (patch)
tree420fd4cf4a5b041f8af3b51b674dc0c3eab1bf6b /modules/webrtc/webrtc_data_channel_gdnative.cpp
parent499be1fb67bbadb11b54763cf6fe04ac1784877b (diff)
downloadredot-engine-06568bbfdfbecb489d3263f6df1e7d298642cd61.tar.gz
Misc cleanup of header includes
Was looking for misuse of module headers without checking that the module is actually enabled and got carried away...
Diffstat (limited to 'modules/webrtc/webrtc_data_channel_gdnative.cpp')
-rw-r--r--modules/webrtc/webrtc_data_channel_gdnative.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/webrtc/webrtc_data_channel_gdnative.cpp b/modules/webrtc/webrtc_data_channel_gdnative.cpp
index d4cf464c7c..f3009dde2f 100644
--- a/modules/webrtc/webrtc_data_channel_gdnative.cpp
+++ b/modules/webrtc/webrtc_data_channel_gdnative.cpp
@@ -31,6 +31,7 @@
#ifdef WEBRTC_GDNATIVE_ENABLED
#include "webrtc_data_channel_gdnative.h"
+
#include "core/io/resource_loader.h"
#include "modules/gdnative/nativescript/nativescript.h"