]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: Fix messy include of libvirt_internal.h
authorPeter Krempa <pkrempa@redhat.com>
Fri, 13 Dec 2013 16:16:50 +0000 (17:16 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 7 Jan 2014 09:03:14 +0000 (10:03 +0100)
commitaef39eb0211735be4eccefa2d89bee6fc3c38591
tree86efbf35bdca1cf190aed02966abca5209f870f0
parentdb3dd0824f03566ddf6e6eaa9c3a272ced2b618d
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.
src/driver.h
src/internal.h
src/libxl/libxl_conf.h
src/lxc/lxc_conf.h
src/uml/uml_conf.h