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:
parent
4dd6c5726d
commit
1acf166349
@ -21,7 +21,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <getopt.h>
|
||||
#include <error.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <getopt.h>
|
||||
#include <error.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user