mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
qga: 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: 1454089805-5470-9-git-send-email-peter.maydell@linaro.org
This commit is contained in:
parent
cbf2115190
commit
4459bf3866
9 changed files with 9 additions and 27 deletions
|
@ -1,9 +1,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include "qemu/osdep.h"
|
||||
#include <glib.h>
|
||||
#include <windows.h>
|
||||
#include <errno.h>
|
||||
#include <io.h>
|
||||
#include "qga/guest-agent-core.h"
|
||||
#include "qga/channel.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue