1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 07:17:34 +00:00

Applications: Remove unused header includes

This commit is contained in:
Brian Gianforcaro 2021-07-31 03:52:33 -07:00 committed by Gunnar Beutner
parent 4374e1e213
commit a51e6547aa
40 changed files with 0 additions and 78 deletions

View file

@ -7,7 +7,6 @@
#include "IRCChannel.h"
#include "IRCChannelMemberListModel.h"
#include "IRCClient.h"
#include <stdio.h>
IRCChannel::IRCChannel(IRCClient& client, const String& name)
: m_client(client)

View file

@ -5,12 +5,10 @@
*/
#include "IRCLogBuffer.h"
#include <AK/StringBuilder.h>
#include <LibWeb/DOM/DocumentFragment.h>
#include <LibWeb/DOM/DocumentType.h>
#include <LibWeb/DOM/ElementFactory.h>
#include <LibWeb/DOM/Text.h>
#include <LibWeb/HTML/HTMLBodyElement.h>
#include <time.h>
NonnullRefPtr<IRCLogBuffer> IRCLogBuffer::create()

View file

@ -6,7 +6,6 @@
#include "IRCQuery.h"
#include "IRCClient.h"
#include <stdio.h>
IRCQuery::IRCQuery(IRCClient& client, const String& name)
: m_client(client)