Commit ccd241b5 authored by Peter Maydell's avatar Peter Maydell
Browse files

contrib: 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: default avatarPeter Maydell <peter.maydell@linaro.org>
Message-id: 1454089805-5470-15-git-send-email-peter.maydell@linaro.org
parent cae9fc56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
 * top-level directory.
 */

#include <sys/types.h>
#include "qemu/osdep.h"
#include <sys/socket.h>
#include <sys/un.h>

+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
 * top-level directory.
 */

#include "qemu/osdep.h"
#include "qemu-common.h"

#include "ivshmem-client.h"
+1 −1
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@
 * (at your option) any later version.  See the COPYING file in the
 * top-level directory.
 */
#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/sockets.h"

#include <sys/mman.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#ifdef CONFIG_LINUX
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
 * top-level directory.
 */

#include "qemu/osdep.h"
#include "qemu-common.h"

#include "ivshmem-server.h"