diff options
author | Peter Maydell | 2016-01-26 19:17:12 +0100 |
---|---|---|
committer | Peter Maydell | 2016-01-29 16:07:23 +0100 |
commit | e532b2e0080fea57dc2b3b3e5439735792900ae6 (patch) | |
tree | 12aabfa624d642ec437b7f7d4ef5f87240870a48 /hw/usb/hcd-ehci.c | |
parent | hw/net: Clean up includes (diff) | |
download | qemu-e532b2e0080fea57dc2b3b3e5439735792900ae6.tar.gz qemu-e532b2e0080fea57dc2b3b3e5439735792900ae6.tar.xz qemu-e532b2e0080fea57dc2b3b3e5439735792900ae6.zip |
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/hcd-ehci.c')
-rw-r--r-- | hw/usb/hcd-ehci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb/hcd-ehci.c b/hw/usb/hcd-ehci.c index d07f228df8..ab002680c7 100644 --- a/hw/usb/hcd-ehci.c +++ b/hw/usb/hcd-ehci.c @@ -27,6 +27,7 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "hw/usb/ehci-regs.h" #include "hw/usb/hcd-ehci.h" #include "trace.h" |