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>