diff options
Diffstat (limited to 'Userland/Applications/SystemMonitor/MemoryStatsWidget.cpp')
-rw-r--r-- | Userland/Applications/SystemMonitor/MemoryStatsWidget.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Userland/Applications/SystemMonitor/MemoryStatsWidget.cpp b/Userland/Applications/SystemMonitor/MemoryStatsWidget.cpp index cebf5d78b8..63e368ba80 100644 --- a/Userland/Applications/SystemMonitor/MemoryStatsWidget.cpp +++ b/Userland/Applications/SystemMonitor/MemoryStatsWidget.cpp @@ -6,16 +6,13 @@ #include "MemoryStatsWidget.h" #include "GraphWidget.h" -#include <AK/ByteBuffer.h> #include <AK/JsonObject.h> #include <LibCore/File.h> #include <LibGUI/BoxLayout.h> #include <LibGUI/Label.h> #include <LibGUI/Painter.h> -#include <LibGfx/Font.h> #include <LibGfx/FontDatabase.h> #include <LibGfx/StylePainter.h> -#include <stdio.h> #include <stdlib.h> static MemoryStatsWidget* s_the; |