1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:48:11 +00:00

HackStudio: Remove unused includes

This commit is contained in:
Marcus Nilsson 2021-06-02 22:06:18 +02:00 committed by Linus Groh
parent 8d3539a1c4
commit b43dad1741
5 changed files with 0 additions and 11 deletions

View file

@ -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>