]> git.proxmox.com Git - mirror_qemu.git/commitdiff
io: Clean up includes
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jan 2016 17:50:03 +0000 (17:50 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 4 Feb 2016 17:41:30 +0000 (17:41 +0000)
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-14-git-send-email-peter.maydell@linaro.org

io/channel-buffer.c
io/channel-command.c
io/channel-file.c
io/channel-socket.c
io/channel-tls.c
io/channel-watch.c
io/channel-websock.c
io/channel.c
io/task.c

index daebc92bd8a17355828766cf5df8c2c89d6981f3..0f7c5671fefa18f253ab9cd62a4b51ae3233879f 100644 (file)
@@ -18,6 +18,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "io/channel-buffer.h"
 #include "io/channel-watch.h"
 #include "qemu/sockets.h"
index a9c67aa221f735db075cd2e666c3343083367e3c..f53ce0f4f4a7b4680c29cce665543ef08f18c9f1 100644 (file)
@@ -18,6 +18,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "io/channel-command.h"
 #include "io/channel-watch.h"
 #include "qemu/sockets.h"
index 13609005f9c45ddb903d6f1f142658445530c9ea..19a432562a971438e34bafaf894a221a20464fbc 100644 (file)
@@ -18,6 +18,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "io/channel-file.h"
 #include "io/channel-watch.h"
 #include "qemu/sockets.h"
index bc117b111597bb26efe7f81c0a54229e941a7855..22d2fd67d4cf0c4180d8005d426fd7e5cc676262 100644 (file)
@@ -18,6 +18,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "io/channel-socket.h"
 #include "io/channel-watch.h"
 #include "trace.h"
index 8ac4f76f783f5b2d8f9fbcf3951b84cb9ad32ee1..7608fd9de09046b191bd90fa728c00a4e377d983 100644 (file)
@@ -18,6 +18,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "io/channel-tls.h"
 #include "trace.h"
 
index 2f745f16c4d928d9723b51477bad3613813b71d6..931fa4d49d7605ed294831c8b62c2c753680a236 100644 (file)
@@ -18,6 +18,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "io/channel-watch.h"
 
 typedef struct QIOChannelFDSource QIOChannelFDSource;
index 9273a8b31e48631692d92c878cb9e76b64d96b83..35860a27385de1f4d10db6a3bfe4e3c7c923c61b 100644 (file)
@@ -18,6 +18,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "io/channel-websock.h"
 #include "crypto/hash.h"
 #include "trace.h"
index 5e94469de26753cf7e92a91a1ea845423a076cd9..3fc09f887c2c4737c0fbfce1ecd6d43f50b5e52d 100644 (file)
@@ -18,6 +18,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "io/channel.h"
 #include "qemu/coroutine.h"
 
index 3127fca77177fc82765f635593d9d61dc2b4d91a..bf1a3339b2651080401cc4472bc4411527e85d40 100644 (file)
--- a/io/task.c
+++ b/io/task.c
@@ -18,6 +18,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "io/task.h"
 #include "qemu/thread.h"
 #include "trace.h"