From 2231197c87337a9778e0b2000b1ecb7d33c774b3 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Fri, 29 Jan 2016 17:49:53 +0000 Subject: bsd-user: 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 Message-id: 1454089805-5470-4-git-send-email-peter.maydell@linaro.org --- bsd-user/mmap.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'bsd-user/mmap.c') diff --git a/bsd-user/mmap.c b/bsd-user/mmap.c index 092bf7f892..6ab5334702 100644 --- a/bsd-user/mmap.c +++ b/bsd-user/mmap.c @@ -16,12 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ -#include -#include -#include -#include -#include -#include +#include "qemu/osdep.h" #include #include "qemu.h" -- cgit v1.2.3