1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:37:36 +00:00

HackStudio: Remove unused #include

Found this while looking at who uses GUI::AutocompleteProvider.
This commit is contained in:
thislooksfun 2021-10-28 20:21:36 -05:00 committed by Andreas Kling
parent aea9ba3b42
commit 81f00c0aa8

View file

@ -7,7 +7,6 @@
#pragma once
#include <AK/HashMap.h>
#include <LibGUI/AutocompleteProvider.h>
#include <LibGUI/Widget.h>
namespace HackStudio {