[Pkg-libvirt-commits] [libguestfs] 08/78: builder: Remove recursive include of index-parse.h.
Hilko Bengen
bengen at moszumanska.debian.org
Fri May 9 12:55:35 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit eff7aed6cfc24c1d605578f738a0d76112d9966b
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Sat Mar 29 14:47:25 2014 +0000
builder: Remove recursive include of index-parse.h.
This breaks on Bison < 2.7, and seems unnecessary in any case since
the same file is included earlier.
---
builder/index-parse.y | 1 -
1 file changed, 1 deletion(-)
diff --git a/builder/index-parse.y b/builder/index-parse.y
index 5133959..f08a683 100644
--- a/builder/index-parse.y
+++ b/builder/index-parse.y
@@ -58,7 +58,6 @@ concat_newline (const char *str1, const char *str2)
%}
%code requires {
-#include "index-parse.h"
#ifndef YY_TYPEDEF_YY_SCANNER_T
#define YY_TYPEDEF_YY_SCANNER_T
typedef void *yyscan_t;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list