mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:38:13 +00:00
Utilities/top: Remove unused header includes
This commit is contained in:
parent
adb80c33ec
commit
beccc7e4fc
1 changed files with 0 additions and 2 deletions
|
@ -7,13 +7,11 @@
|
|||
#include <AK/HashMap.h>
|
||||
#include <AK/JsonArray.h>
|
||||
#include <AK/JsonObject.h>
|
||||
#include <AK/JsonValue.h>
|
||||
#include <AK/QuickSort.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/ProcessStatisticsReader.h>
|
||||
#include <fcntl.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue