1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-05 18:37:35 +00:00

DevTools: Remove unused header includes

This commit is contained in:
Brian Gianforcaro 2021-07-31 03:52:54 -07:00 committed by Gunnar Beutner
parent a51e6547aa
commit a4c37d49a0
21 changed files with 0 additions and 29 deletions

View file

@ -11,7 +11,6 @@
#include <LibGUI/Painter.h>
#include <LibGUI/Scrollbar.h>
#include <LibGfx/Color.h>
#include <LibGfx/Font.h>
#include <LibGfx/FontDatabase.h>
#include <LibGfx/Palette.h>