diff options
Diffstat (limited to 'StdLib/LibC/StdLib/realpath.c')
-rw-r--r-- | StdLib/LibC/StdLib/realpath.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/StdLib/LibC/StdLib/realpath.c b/StdLib/LibC/StdLib/realpath.c index a7186184c9..6d75f17a39 100644 --- a/StdLib/LibC/StdLib/realpath.c +++ b/StdLib/LibC/StdLib/realpath.c @@ -13,7 +13,6 @@ #include <LibConfig.h>
#include <Library/BaseLib.h>
#include <Library/MemoryAllocationLib.h>
-#include <Library/PathLib.h>
#include <errno.h>
/** The realpath() function shall derive, from the pathname pointed to by
|