xen: Clean up includes

Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1453832250-766-14-git-send-email-peter.maydell@linaro.org
This commit is contained in:
Peter Maydell 2016-01-26 18:17:06 +00:00
parent 8ef94f0bc9
commit 21cbfe5f37
17 changed files with 17 additions and 36 deletions

View file

@ -6,6 +6,7 @@
*
*/
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "xen-host-pci-device.h"