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

SystemMonitor: Remove unnecessary header inclusion

This commit is contained in:
Rodrigo Tobar 2021-10-13 23:22:26 +08:00 committed by Brian Gianforcaro
parent 9199f0836a
commit 6a3b24db0a

View file

@ -5,7 +5,6 @@
*/
#include "ThreadStackWidget.h"
#include <AK/ByteBuffer.h>
#include <LibCore/Timer.h>
#include <LibGUI/BoxLayout.h>
#include <LibSymbolication/Symbolication.h>