mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
@@ -25,6 +25,7 @@
|
||||
# include <unistd.h>
|
||||
|
||||
# include "internal.h"
|
||||
# include "libvirt_internal.h"
|
||||
# include "viruri.h"
|
||||
/*
|
||||
* List of registered drivers numbers
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user