summaryrefslogtreecommitdiff
path: root/Userland/Applications/SystemMonitor/ProcessModel.cpp
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-01-16 10:13:50 +0100
committerAndreas Kling <kling@serenityos.org>2021-01-16 11:26:53 +0100
commit64610ca80ea02e6f44e52744d9b10d612b1b3da1 (patch)
tree0dd1fba277c74dc22109371dabd4d49fada22c7c /Userland/Applications/SystemMonitor/ProcessModel.cpp
parentab0dad5ea2a764d4a13c960d24efa7a2e69b931a (diff)
downloadserenity-64610ca80ea02e6f44e52744d9b10d612b1b3da1.zip
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
Diffstat (limited to 'Userland/Applications/SystemMonitor/ProcessModel.cpp')
-rw-r--r--Userland/Applications/SystemMonitor/ProcessModel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/SystemMonitor/ProcessModel.cpp b/Userland/Applications/SystemMonitor/ProcessModel.cpp
index c12a5503ab..2c2c9a2d5c 100644
--- a/Userland/Applications/SystemMonitor/ProcessModel.cpp
+++ b/Userland/Applications/SystemMonitor/ProcessModel.cpp
@@ -29,7 +29,6 @@
#include <AK/JsonArray.h>
#include <AK/JsonObject.h>
#include <AK/JsonValue.h>
-#include <AK/SharedBuffer.h>
#include <LibCore/File.h>
#include <LibCore/ProcessStatisticsReader.h>
#include <LibGUI/FileIconProvider.h>