Message ID | 1268848614-6844-3-git-send-email-armbru@redhat.com |
---|---|
State | New |
Headers | show |
On Wed, 17 Mar 2010 18:56:50 +0100 Markus Armbruster <armbru@redhat.com> wrote: > > Signed-off-by: Markus Armbruster <armbru@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? > > static void qerror_destroy_obj(QObject *obj); >
Luiz Capitulino <lcapitulino@redhat.com> writes: > On Wed, 17 Mar 2010 18:56:50 +0100 > Markus Armbruster <armbru@redhat.com> wrote: > >> >> Signed-off-by: Markus Armbruster <armbru@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. [...]
On Fri, 19 Mar 2010 22:33:29 +0100 Markus Armbruster <armbru@redhat.com> wrote: > Luiz Capitulino <lcapitulino@redhat.com> writes: > > > On Wed, 17 Mar 2010 18:56:50 +0100 > > Markus Armbruster <armbru@redhat.com> wrote: > > > >> > >> Signed-off-by: Markus Armbruster <armbru@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. Oh, okay then.
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" static void qerror_destroy_obj(QObject *obj);
Signed-off-by: Markus Armbruster <armbru@redhat.com> --- qerror.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)