summaryrefslogtreecommitdiff
path: root/src/path
diff options
context:
space:
mode:
authorEmil Renner Berthing <systemd@esmil.dk>2014-09-15 15:29:18 +0200
committerDavid Herrmann <dh.herrmann@gmail.com>2014-09-15 17:02:25 +0200
commit1acf16634912d8a35690fff9d7ad2bd0a91ce576 (patch)
tree64301c5d7845d5e5a4f824b1ec04e299b645279b /src/path
parent4dd6c5726d87a336888c0d871b9260c98f689016 (diff)
remove unneeded error.h includes
These are the only two places where this glibc-specific header is included. However none of the definitions in it seem to be used, so just remove the includes.
Diffstat (limited to 'src/path')
-rw-r--r--src/path/path.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/path/path.c b/src/path/path.c
index 347921a07..37f2571fa 100644
--- a/src/path/path.c
+++ b/src/path/path.c
@@ -21,7 +21,6 @@
#include <stdio.h>
#include <getopt.h>
-#include <error.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>