summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/XHR
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-02-09 23:02:04 +0100
committerAndreas Kling <kling@serenityos.org>2021-02-10 09:13:29 +0100
commit9de1253f447753ee5592a9fefeb9caf7e033edff (patch)
treefce530e556a3db94b838a5f1335ad2c59d63211f /Userland/Libraries/LibWeb/XHR
parenta807d92a32fc72ec6262e2c41024d67275a9656b (diff)
downloadserenity-9de1253f447753ee5592a9fefeb9caf7e033edff.zip
LibWeb: Remove a whole bunch of unnecessary #includes
Diffstat (limited to 'Userland/Libraries/LibWeb/XHR')
-rw-r--r--Userland/Libraries/LibWeb/XHR/XMLHttpRequest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/XHR/XMLHttpRequest.cpp b/Userland/Libraries/LibWeb/XHR/XMLHttpRequest.cpp
index cec68927f3..694d6818d2 100644
--- a/Userland/Libraries/LibWeb/XHR/XMLHttpRequest.cpp
+++ b/Userland/Libraries/LibWeb/XHR/XMLHttpRequest.cpp
@@ -26,7 +26,6 @@
#include <LibJS/Runtime/Function.h>
#include <LibWeb/Bindings/EventWrapper.h>
-#include <LibWeb/Bindings/EventWrapperFactory.h>
#include <LibWeb/Bindings/XMLHttpRequestWrapper.h>
#include <LibWeb/DOM/Document.h>
#include <LibWeb/DOM/Event.h>