[Libguestfs] [PATCH 08/13] syntax-check: fix prohibit_getopt_without_use check

2014-09-23 Thread Hu Tao
Signed-off-by: Hu Tao hu...@cn.fujitsu.com --- p2v/gui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/p2v/gui.c b/p2v/gui.c index 2df5017..dc6619a 100644 --- a/p2v/gui.c +++ b/p2v/gui.c @@ -23,7 +23,6 @@ #include string.h #include inttypes.h #include unistd.h -#include getopt.h #include

Re: [Libguestfs] [PATCH 08/13] syntax-check: fix prohibit_getopt_without_use check

2014-09-23 Thread Richard W.M. Jones
On Tue, Sep 23, 2014 at 05:20:34PM +0800, Hu Tao wrote: Signed-off-by: Hu Tao hu...@cn.fujitsu.com --- p2v/gui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/p2v/gui.c b/p2v/gui.c index 2df5017..dc6619a 100644 --- a/p2v/gui.c +++ b/p2v/gui.c @@ -23,7 +23,6 @@ #include string.h