1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 08:47:34 +00:00

TextEditor: Remove unused includes

This commit is contained in:
Timothy 2021-07-09 23:17:09 +10:00 committed by Andreas Kling
parent 73226a2861
commit 3c3e5ffe2f

View file

@ -10,8 +10,6 @@
#include <LibCore/File.h> #include <LibCore/File.h>
#include <LibCore/StandardPaths.h> #include <LibCore/StandardPaths.h>
#include <LibGUI/Menubar.h> #include <LibGUI/Menubar.h>
#include <stdio.h>
#include <unistd.h>
using namespace TextEditor; using namespace TextEditor;