1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:57:44 +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

@ -9,9 +9,7 @@
#include "Profile.h"
#include <AK/LexicalPath.h>
#include <LibGUI/FileIconProvider.h>
#include <LibGUI/Icon.h>
#include <LibGUI/Painter.h>
#include <LibGfx/Font.h>
#include <LibGfx/Palette.h>
namespace Profiler {