1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:18:14 +00:00

IRCClient: remove some unused headers and replace tabs with spaces

This commit is contained in:
Emanuele Torre 2020-05-28 14:11:51 +02:00 committed by Andreas Kling
parent 68177fd9a1
commit 97b5fbda7f
10 changed files with 18 additions and 31 deletions

View file

@ -27,9 +27,6 @@
#include "IRCWindowListModel.h"
#include "IRCChannel.h"
#include "IRCClient.h"
#include "IRCWindow.h"
#include <stdio.h>
#include <time.h>
IRCWindowListModel::IRCWindowListModel(IRCClient& client)
: m_client(client)