diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:17:06 +0000 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-11-29 19:30:21 -0600 |
commit | ec3c0717f9dedfb5ae9e634bbd8e4d34050b75ac (patch) | |
tree | 112fa2bd533eba1ca23fd7314ebd9f55f4a0aaad /xen-mapcache.c | |
parent | f3fd7edbb7be976dd2b035f94e54c3173ca248a9 (diff) | |
download | hqemu-ec3c0717f9dedfb5ae9e634bbd8e4d34050b75ac.zip hqemu-ec3c0717f9dedfb5ae9e634bbd8e4d34050b75ac.tar.gz |
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
Diffstat (limited to 'xen-mapcache.c')
-rw-r--r-- | xen-mapcache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xen-mapcache.c b/xen-mapcache.c index 4a04378..49f394a 100644 --- a/xen-mapcache.c +++ b/xen-mapcache.c @@ -8,7 +8,7 @@ * GNU GPL, version 2 or (at your option) any later version. */ -#include "config.h" +#include "qemu/osdep.h" #include <sys/resource.h> |