diff options
Diffstat (limited to 'Userland/Utilities/realpath.cpp')
-rw-r--r-- | Userland/Utilities/realpath.cpp | 1 |
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> |