mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
IRCClient: remove some unused headers and replace tabs with spaces
This commit is contained in:
parent
68177fd9a1
commit
97b5fbda7f
Notes:
sideshowbarker
2024-07-19 06:02:24 +09:00
Author: https://github.com/emanuele6
Commit: 97b5fbda7f
Pull-request: https://github.com/SerenityOS/serenity/pull/2427
10 changed files with 18 additions and 31 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue