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:
Peter Maydell 2016-01-29 17:49:58 +00:00
parent cbf2115190
commit 4459bf3866
9 changed files with 9 additions and 27 deletions

View file

@ -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"