maint: Fix messy include of libvirt_internal.h

The libvirt_internal.h header was included by the internal.h header.
This made it painful to add new stuff to the header file that would
require some more specific types. Remove inclusion by internal.h and add
it to appropriate places manually.
This commit is contained in:
Peter Krempa 2013-12-13 17:16:50 +01:00
parent db3dd0824f
commit aef39eb021
5 changed files with 4 additions and 2 deletions

View File

@ -25,6 +25,7 @@
# include <unistd.h>
# include "internal.h"
# include "libvirt_internal.h"
# include "viruri.h"
/*
* List of registered drivers numbers

View File

@ -60,8 +60,6 @@
# include "libvirt/libvirt-qemu.h"
# include "libvirt/virterror.h"
# include "libvirt_internal.h"
# include "c-strcase.h"
# include "ignore-value.h"

View File

@ -29,6 +29,7 @@
# include <libxl.h>
# include "internal.h"
# include "libvirt_internal.h"
# include "domain_conf.h"
# include "domain_event.h"
# include "capabilities.h"

View File

@ -26,6 +26,7 @@
# define LXC_CONF_H
# include "internal.h"
# include "libvirt_internal.h"
# include "domain_conf.h"
# include "domain_event.h"
# include "capabilities.h"

View File

@ -25,6 +25,7 @@
# define __UML_CONF_H
# include "internal.h"
# include "libvirt_internal.h"
# include "capabilities.h"
# include "network_conf.h"
# include "domain_conf.h"