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
commit 97b5fbda7f
Notes: sideshowbarker 2024-07-19 06:02:24 +09:00
10 changed files with 18 additions and 31 deletions

View file

@ -41,7 +41,6 @@
#include <LibGUI/ToolBar.h>
#include <LibGUI/ToolBarContainer.h>
#include <stdio.h>
#include <stdlib.h>
static IRCAppWindow* s_the;