Browse Source

SystemMonitor: Remove unused SortingProxyModel include

Sam Atkins 3 years ago
parent
commit
eefe471dce
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Userland/Applications/SystemMonitor/ProcessStateWidget.cpp

+ 0 - 1
Userland/Applications/SystemMonitor/ProcessStateWidget.cpp

@@ -10,7 +10,6 @@
 #include <LibGUI/BoxLayout.h>
 #include <LibGUI/HeaderView.h>
 #include <LibGUI/Painter.h>
-#include <LibGUI/SortingProxyModel.h>
 #include <LibGUI/TableView.h>
 #include <LibGfx/FontDatabase.h>
 #include <LibGfx/Palette.h>