mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 05:08:56 +00:00
IRCClient: remove some unused headers and replace tabs with spaces
This commit is contained in:
committed by
Andreas Kling
parent
68177fd9a1
commit
97b5fbda7f
@@ -27,7 +27,6 @@
|
||||
#include "IRCQuery.h"
|
||||
#include "IRCClient.h"
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
IRCQuery::IRCQuery(IRCClient& client, const String& name)
|
||||
: m_client(client)
|
||||
|
||||
Reference in New Issue
Block a user