diff options
author | Linus Groh <mail@linusgroh.de> | 2021-05-31 18:01:53 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-05-31 18:01:53 +0100 |
commit | 1eb048bed02e1c32e40c8f0df6688cdde06bb0d3 (patch) | |
tree | 193b5bba7f89d5ab6da84de67716bc8f37c6d30e /Userland/Utilities/ps.cpp | |
parent | 16d51d78c0ca292a12cc27fe0766fa86df25d8a9 (diff) | |
download | serenity-1eb048bed02e1c32e40c8f0df6688cdde06bb0d3.zip |
Userland: Remove a bunch of unused includes
As reported by CLion.
Diffstat (limited to 'Userland/Utilities/ps.cpp')
-rw-r--r-- | Userland/Utilities/ps.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Utilities/ps.cpp b/Userland/Utilities/ps.cpp index b6d1656fc4..6392dcbafa 100644 --- a/Userland/Utilities/ps.cpp +++ b/Userland/Utilities/ps.cpp @@ -6,9 +6,7 @@ #include <AK/QuickSort.h> #include <LibCore/ArgsParser.h> -#include <LibCore/File.h> #include <LibCore/ProcessStatisticsReader.h> -#include <fcntl.h> #include <stdio.h> #include <unistd.h> |