* qemud/remote.c: Don't include <getopt.h>. Not used.

This commit is contained in:
Jim Meyering 2008-03-24 10:21:03 +00:00
parent 16fd2b6b61
commit f4d2430d6c
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Mon Mar 24 11:16:58 CET 2008 Jim Meyering <meyering@redhat.com>
* qemud/remote.c: Don't include <getopt.h>. Not used.
Sync Makefile rules from coreutils.
* Makefile.maint: Merge.
* GNUmakefile: Update from coreutils.

View File

@ -41,7 +41,6 @@
#include <syslog.h>
#include <string.h>
#include <errno.h>
#include <getopt.h>
#include <ctype.h>
#include <fnmatch.h>