mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:37:43 +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
|
@ -27,10 +27,10 @@
|
|||
#pragma once
|
||||
|
||||
#include "IRCLogBuffer.h"
|
||||
#include <AK/String.h>
|
||||
#include <AK/CircularQueue.h>
|
||||
#include <AK/RefPtr.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <AK/RefPtr.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/Vector.h>
|
||||
|
||||
class IRCClient;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue