]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* qemud/remote.c: Don't include <getopt.h>. Not used.
authorJim Meyering <meyering@redhat.com>
Mon, 24 Mar 2008 10:21:03 +0000 (10:21 +0000)
committerJim Meyering <meyering@redhat.com>
Mon, 24 Mar 2008 10:21:03 +0000 (10:21 +0000)
ChangeLog
qemud/remote.c

index f7a8d11a2286300b213949c914bff05831ae8da3..76913eb6a8c70dddb8ec50eea2ff2a84013c8fda 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 85df9cd7fa724b597cc5db6a74fc2bae2ea7ca6e..c7db5fae9495e5ce37928b87b79a5bf636e8e44f 100644 (file)
@@ -41,7 +41,6 @@
 #include <syslog.h>
 #include <string.h>
 #include <errno.h>
-#include <getopt.h>
 #include <ctype.h>
 #include <fnmatch.h>