1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 09:21:26 +03:00

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.
This commit is contained in:
Emil Renner Berthing 2014-09-15 15:29:18 +02:00 committed by David Herrmann
parent 4dd6c5726d
commit 1acf166349
2 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@
#include <stdio.h>
#include <getopt.h>
#include <error.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>

View File

@ -21,7 +21,6 @@
#include <stdio.h>
#include <getopt.h>
#include <error.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>