From 6a3b24db0ac6f6a90fca7df4af176763e69d9dc4 Mon Sep 17 00:00:00 2001 From: Rodrigo Tobar Date: Wed, 13 Oct 2021 23:22:26 +0800 Subject: [PATCH] SystemMonitor: Remove unnecessary header inclusion --- Userland/Applications/SystemMonitor/ThreadStackWidget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Userland/Applications/SystemMonitor/ThreadStackWidget.cpp b/Userland/Applications/SystemMonitor/ThreadStackWidget.cpp index d544d29a48..e9f465957d 100644 --- a/Userland/Applications/SystemMonitor/ThreadStackWidget.cpp +++ b/Userland/Applications/SystemMonitor/ThreadStackWidget.cpp @@ -5,7 +5,6 @@ */ #include "ThreadStackWidget.h" -#include #include #include #include