summaryrefslogtreecommitdiff
path: root/Userland/Utilities/realpath.cpp
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-05-31 18:01:53 +0100
committerLinus Groh <mail@linusgroh.de>2021-05-31 18:01:53 +0100
commit1eb048bed02e1c32e40c8f0df6688cdde06bb0d3 (patch)
tree193b5bba7f89d5ab6da84de67716bc8f37c6d30e /Userland/Utilities/realpath.cpp
parent16d51d78c0ca292a12cc27fe0766fa86df25d8a9 (diff)
downloadserenity-1eb048bed02e1c32e40c8f0df6688cdde06bb0d3.zip
Userland: Remove a bunch of unused includes
As reported by CLion.
Diffstat (limited to 'Userland/Utilities/realpath.cpp')
-rw-r--r--Userland/Utilities/realpath.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Utilities/realpath.cpp b/Userland/Utilities/realpath.cpp
index cbc637b968..3c9ff71eab 100644
--- a/Userland/Utilities/realpath.cpp
+++ b/Userland/Utilities/realpath.cpp
@@ -5,7 +5,6 @@
*/
#include <LibCore/ArgsParser.h>
-#include <errno.h>
#include <stdio.h>
#include <unistd.h>