diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:17:12 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 15:07:23 +0000 |
commit | e532b2e0080fea57dc2b3b3e5439735792900ae6 (patch) | |
tree | 12aabfa624d642ec437b7f7d4ef5f87240870a48 /hw/usb/libhw.c | |
parent | e8d40465592716cb209f0ae5de6b4cbe9ea2f8ba (diff) |
usb: 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: 1453832250-766-20-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/usb/libhw.c')
-rw-r--r-- | hw/usb/libhw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb/libhw.c b/hw/usb/libhw.c index 8df11c461f..73cdf0c97d 100644 --- a/hw/usb/libhw.c +++ b/hw/usb/libhw.c @@ -19,6 +19,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "hw/hw.h" #include "hw/usb.h" |