summaryrefslogtreecommitdiffstats
path: root/dom/network/TCPSocket.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 20:06:44 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-24 10:36:44 +0200
commit0ac7481d2e47a4c8e95f81e46f987112207b07a3 (patch)
tree9828c5ef073fe217b1697f6918f20cea70c2e2cb /dom/network/TCPSocket.cpp
parent168bb31e4f89dc86ee81bd5a5e36da4b1c7ec499 (diff)
downloadUXP-0ac7481d2e47a4c8e95f81e46f987112207b07a3.tar
UXP-0ac7481d2e47a4c8e95f81e46f987112207b07a3.tar.gz
UXP-0ac7481d2e47a4c8e95f81e46f987112207b07a3.tar.lz
UXP-0ac7481d2e47a4c8e95f81e46f987112207b07a3.tar.xz
UXP-0ac7481d2e47a4c8e95f81e46f987112207b07a3.zip
Issue #80 - De-unify dom/network
Diffstat (limited to 'dom/network/TCPSocket.cpp')
-rw-r--r--dom/network/TCPSocket.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/network/TCPSocket.cpp b/dom/network/TCPSocket.cpp
index 38827a9ac..3f4fb696e 100644
--- a/dom/network/TCPSocket.cpp
+++ b/dom/network/TCPSocket.cpp
@@ -6,7 +6,9 @@
#include "mozilla/ErrorResult.h"
#include "TCPSocket.h"
#include "TCPServerSocket.h"
+#include "TCPSocketParent.h"
#include "TCPSocketChild.h"
+#include "mozilla/Unused.h"
#include "mozilla/dom/DOMError.h"
#include "mozilla/dom/TCPSocketBinding.h"
#include "mozilla/dom/TCPSocketErrorEvent.h"