1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:27:35 +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/StandardPaths.h>
#include <LibGUI/Menubar.h>
#include <stdio.h>
#include <unistd.h>
using namespace TextEditor;