I had a few in-progress changes from a week or two ago,
and am clearing the decks.
I added a new build-checking rule (coming separately)
and it exposed an unnecessary include:
* qemud/remote.c: Don't include <getopt.h>. Not used.
diff --git a/qemud/remote.c b/qemud/remote.c
index 85df9cd..c7db5fa 100644
--- a/qemud/remote.c
+++ b/qemud/remote.c
@@ -41,7 +41,6 @@
#include <syslog.h>
#include <string.h>
#include <errno.h>
-#include <getopt.h>
#include <ctype.h>
#include <fnmatch.h>
--
1.5.4.4.482.g16f99