diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 17:50:03 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-02-04 17:41:30 +0000 |
commit | cae9fc567d89aacfa556917c49bd5399ee24d0fa (patch) | |
tree | fde3c3840f95e9e638c58e06db3fc4f9c545dbf8 /io/channel-command.c | |
parent | 9bbc853bd4fc6e4cbdbfc8d52eab0730d3ba94ba (diff) |
io: 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-14-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'io/channel-command.c')
-rw-r--r-- | io/channel-command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/channel-command.c b/io/channel-command.c index a9c67aa221..f53ce0f4f4 100644 --- a/io/channel-command.c +++ b/io/channel-command.c @@ -18,6 +18,7 @@ * */ +#include "qemu/osdep.h" #include "io/channel-command.h" #include "io/channel-watch.h" #include "qemu/sockets.h" |