mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:38:11 +00:00
IRCClient: remove some unused headers and replace tabs with spaces
This commit is contained in:
parent
68177fd9a1
commit
97b5fbda7f
10 changed files with 18 additions and 31 deletions
|
@ -31,9 +31,7 @@
|
|||
#include <LibWeb/DOM/ElementFactory.h>
|
||||
#include <LibWeb/DOM/HTMLBodyElement.h>
|
||||
#include <LibWeb/DOM/Text.h>
|
||||
#include <LibWeb/Dump.h>
|
||||
#include <LibWeb/Parser/HTMLParser.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
NonnullRefPtr<IRCLogBuffer> IRCLogBuffer::create()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue