Luiz Capitulino <lcapitul...@redhat.com> writes: > On Wed, 17 Mar 2010 18:56:50 +0100 > Markus Armbruster <arm...@redhat.com> wrote: > >> >> Signed-off-by: Markus Armbruster <arm...@redhat.com> >> --- >> qerror.c | 2 -- >> 1 files changed, 0 insertions(+), 2 deletions(-) >> >> diff --git a/qerror.c b/qerror.c >> index d0aba61..ff2fbd5 100644 >> --- a/qerror.c >> +++ b/qerror.c >> @@ -11,9 +11,7 @@ >> */ >> #include "qjson.h" >> #include "qerror.h" >> -#include "qstring.h" >> #include "qemu-common.h" >> -#include "qemu-error.h" > > Care to explain the reason? Are you relaying on the includes in qjson.h?
qerror.h already includes them. [...]