diff options
author | Nico Weber <thakis@chromium.org> | 2020-08-25 03:41:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 09:41:56 +0200 |
commit | 8b166e57dfbcaa353752f3327b1f34b819deceb7 (patch) | |
tree | 05bd0a3f1fa8cf5ace07fcfee701028341fb012b /Libraries/LibWeb/HTML | |
parent | 647f3b87bd6abfc70391d37eb2b208dc1a655755 (diff) | |
download | serenity-8b166e57dfbcaa353752f3327b1f34b819deceb7.zip |
Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)
Diffstat (limited to 'Libraries/LibWeb/HTML')
-rw-r--r-- | Libraries/LibWeb/HTML/HTMLIFrameElement.cpp | 1 | ||||
-rw-r--r-- | Libraries/LibWeb/HTML/HTMLImageElement.cpp | 1 | ||||
-rw-r--r-- | Libraries/LibWeb/HTML/HTMLInputElement.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/Libraries/LibWeb/HTML/HTMLIFrameElement.cpp b/Libraries/LibWeb/HTML/HTMLIFrameElement.cpp index 7e3e7850db..e0e1f743c4 100644 --- a/Libraries/LibWeb/HTML/HTMLIFrameElement.cpp +++ b/Libraries/LibWeb/HTML/HTMLIFrameElement.cpp @@ -24,7 +24,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <LibCore/ElapsedTimer.h> #include <LibGUI/Button.h> #include <LibGUI/TextBox.h> #include <LibWeb/DOM/Document.h> diff --git a/Libraries/LibWeb/HTML/HTMLImageElement.cpp b/Libraries/LibWeb/HTML/HTMLImageElement.cpp index b22ae27dca..de50687aee 100644 --- a/Libraries/LibWeb/HTML/HTMLImageElement.cpp +++ b/Libraries/LibWeb/HTML/HTMLImageElement.cpp @@ -24,7 +24,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <LibCore/Timer.h> #include <LibGfx/Bitmap.h> #include <LibGfx/ImageDecoder.h> #include <LibWeb/CSS/Parser/CSSParser.h> diff --git a/Libraries/LibWeb/HTML/HTMLInputElement.cpp b/Libraries/LibWeb/HTML/HTMLInputElement.cpp index 82ca2e81a1..8af5f42caa 100644 --- a/Libraries/LibWeb/HTML/HTMLInputElement.cpp +++ b/Libraries/LibWeb/HTML/HTMLInputElement.cpp @@ -24,7 +24,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <LibCore/ElapsedTimer.h> #include <LibGUI/Button.h> #include <LibGUI/TextBox.h> #include <LibWeb/DOM/Document.h> |