From: Emil Renner Berthing Date: Mon, 15 Sep 2014 13:29:18 +0000 (+0200) Subject: remove unneeded error.h includes X-Git-Tag: v217~575 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1acf16634912d8a35690fff9d7ad2bd0a91ce576;p=elogind.git 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. --- diff --git a/src/notify/notify.c b/src/notify/notify.c index 6f1c52e3f..33933e4bf 100644 --- a/src/notify/notify.c +++ b/src/notify/notify.c @@ -21,7 +21,6 @@ #include #include -#include #include #include #include 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 #include -#include #include #include #include