Re: [systemd-devel] [PATCH 2/2] remove unneeded error.h includes

2014-09-15 Thread David Herrmann
Hi On Mon, Sep 15, 2014 at 3:29 PM, Emil Renner Berthing wrote: > 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. Looks good. I think we used error() in the past, but that's long g

[systemd-devel] [PATCH 2/2] remove unneeded error.h includes

2014-09-15 Thread Emil Renner Berthing
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. --- src/notify/notify.c | 1 - src/path/path.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/notify/notify.c b/src/notify/n