mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 21:47:43 +00:00
HackStudio: Remove unused includes
This commit is contained in:
parent
8d3539a1c4
commit
b43dad1741
5 changed files with 0 additions and 11 deletions
|
@ -7,7 +7,6 @@
|
|||
#include "ClassViewWidget.h"
|
||||
#include "HackStudio.h"
|
||||
#include "ProjectDeclarations.h"
|
||||
#include <AK/BinarySearch.h>
|
||||
#include <AK/StdLibExtras.h>
|
||||
#include <LibGUI/BoxLayout.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include <LibGUI/Action.h>
|
||||
#include <LibGUI/Application.h>
|
||||
#include <LibGUI/BoxLayout.h>
|
||||
#include <LibGUI/InputBox.h>
|
||||
#include <LibGUI/Label.h>
|
||||
#include <LibGfx/Font.h>
|
||||
#include <LibGfx/FontDatabase.h>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
#include "ProjectFile.h"
|
||||
#include <LibCore/File.h>
|
||||
#include <string.h>
|
||||
|
||||
namespace HackStudio {
|
||||
|
||||
|
|
|
@ -8,11 +8,9 @@
|
|||
#include <AK/LexicalPath.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/ConfigFile.h>
|
||||
#include <LibCore/DirIterator.h>
|
||||
#include <LibCore/File.h>
|
||||
#include <assert.h>
|
||||
#include <fcntl.h>
|
||||
#include <spawn.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
@ -10,18 +10,12 @@
|
|||
#include "Project.h"
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/Event.h>
|
||||
#include <LibCore/EventLoop.h>
|
||||
#include <LibCore/File.h>
|
||||
#include <LibGUI/Application.h>
|
||||
#include <LibGUI/Menubar.h>
|
||||
#include <LibGUI/MessageBox.h>
|
||||
#include <LibGUI/Notification.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
#include <LibGUI/Window.h>
|
||||
#include <LibThreading/Lock.h>
|
||||
#include <LibThreading/Thread.h>
|
||||
#include <LibVT/TerminalWidget.h>
|
||||
#include <fcntl.h>
|
||||
#include <spawn.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue