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-websock.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-websock.c')
-rw-r--r-- | io/channel-websock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io/channel-websock.c b/io/channel-websock.c index 9273a8b31e..35860a2738 100644 --- a/io/channel-websock.c +++ b/io/channel-websock.c @@ -18,6 +18,7 @@ * */ +#include "qemu/osdep.h" #include "io/channel-websock.h" #include "crypto/hash.h" #include "trace.h" |