
15 Nov
2011
15 Nov
'11
2:29 p.m.
On Fri, Nov 11, 2011 at 04:25:29PM +0100, Marc-André Lureau wrote:
On Thu, Nov 10, 2011 at 9:33 PM, Christophe Fergeau <cfergeau@redhat.com> wrote:
+/* Must come last since it uses types defined in the other headers */ +#include <libvirt-gconfig/libvirt-gconfig-domain.h>
This is weird, can't libvirt-gconfig/libvirt-gconfig-domain.h include libvirt-gconfig/libvirt-gconfig-clock.h (and others) instead?
These headers don't include anything, I wasn't sure this was done on purpose or not, I chose not to add new includes to these files. I'll do what you suggest the next time I get include ordering issues in this file, unless you want this "hack" gone now. Christophe