summaryrefslogtreecommitdiff
path: root/src/WebRTCLibDataChannel.hpp
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-07-09 18:42:30 +0200
committerFabio Alessandrelli <fabio.alessandrelli@gmail.com>2021-07-09 18:55:32 +0200
commit69f92fa26c7bef3b042d8da5e520fe60b22e01b7 (patch)
tree3157fbaec9bb148c64cb4fd3fa40bad6e8ad3864 /src/WebRTCLibDataChannel.hpp
parentd06e536d12bd6eff02de4fdfbba86f25d1c048fc (diff)
downloadfork-godot-webrtc-native-69f92fa26c7bef3b042d8da5e520fe60b22e01b7.tar.gz
fork-godot-webrtc-native-69f92fa26c7bef3b042d8da5e520fe60b22e01b7.tar.bz2
fork-godot-webrtc-native-69f92fa26c7bef3b042d8da5e520fe60b22e01b7.zip
Run clang-format on src/*
Diffstat (limited to 'src/WebRTCLibDataChannel.hpp')
-rw-r--r--src/WebRTCLibDataChannel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebRTCLibDataChannel.hpp b/src/WebRTCLibDataChannel.hpp
index d02e848..1d1ce0f 100644
--- a/src/WebRTCLibDataChannel.hpp
+++ b/src/WebRTCLibDataChannel.hpp
@@ -36,8 +36,8 @@
#include "api/peer_connection_interface.h" // interface for all things needed from WebRTC
#include "media/base/media_engine.h" // needed for CreateModularPeerConnectionFactory
-#include "net/WebRTCDataChannelNative.hpp"
#include "PoolArrays.hpp"
+#include "net/WebRTCDataChannelNative.hpp"
#include <mutex>
namespace godot_webrtc {