1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:47:35 +00:00

TextEditor: Remove some unnecessary #include statements

This commit is contained in:
Andreas Kling 2021-05-01 18:27:21 +02:00
parent b424e6c86f
commit e5ceabfbbb
2 changed files with 0 additions and 4 deletions

View file

@ -7,7 +7,6 @@
#include "MainWidget.h"
#include <LibCore/ArgsParser.h>
#include <LibGUI/Menubar.h>
#include <LibGfx/Bitmap.h>
#include <stdio.h>
#include <unistd.h>