summaryrefslogtreecommitdiffstats
path: root/dom/network/TCPServerSocketParent.cpp
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 20:06:44 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-20 20:06:44 +0200
commitbbe05037998261a7b5323acc123d038e45c83b77 (patch)
treedeb8369754b0daf2649a9e22f19b8c627abaa181 /dom/network/TCPServerSocketParent.cpp
parentfd1e35f8d507f22f3fff546004ebaaa145c47d90 (diff)
downloadUXP-bbe05037998261a7b5323acc123d038e45c83b77.tar
UXP-bbe05037998261a7b5323acc123d038e45c83b77.tar.gz
UXP-bbe05037998261a7b5323acc123d038e45c83b77.tar.lz
UXP-bbe05037998261a7b5323acc123d038e45c83b77.tar.xz
UXP-bbe05037998261a7b5323acc123d038e45c83b77.zip
Issue #80 - De-unify dom/networkHEADmaster
Diffstat (limited to 'dom/network/TCPServerSocketParent.cpp')
-rw-r--r--dom/network/TCPServerSocketParent.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/dom/network/TCPServerSocketParent.cpp b/dom/network/TCPServerSocketParent.cpp
index 8f98d8b78..aec0ad198 100644
--- a/dom/network/TCPServerSocketParent.cpp
+++ b/dom/network/TCPServerSocketParent.cpp
@@ -4,15 +4,18 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
+#include "TCPServerSocketParent.h"
+
#include "nsIScriptSecurityManager.h"
+#include "TCPSocket.h"
#include "TCPServerSocket.h"
-#include "TCPServerSocketParent.h"
#include "nsJSUtils.h"
#include "TCPSocketParent.h"
#include "mozilla/Unused.h"
#include "mozilla/AppProcessChecker.h"
#include "mozilla/dom/ContentParent.h"
#include "mozilla/dom/TabParent.h"
+#include "mozilla/dom/TCPServerSocketEvent.h"
namespace mozilla {
namespace dom {