summaryrefslogtreecommitdiffstats
path: root/hw/usb/dev-bluetooth.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:12 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commit767ed2c82eaa2250286f0324325480b0324d5540 (patch)
treeac867443fc02d11f6bc512c6c73fd78882970023 /hw/usb/dev-bluetooth.c
parente06e94a5a13d64b0176d73dae87736188477ad39 (diff)
downloadhqemu-767ed2c82eaa2250286f0324325480b0324d5540.zip
hqemu-767ed2c82eaa2250286f0324325480b0324d5540.tar.gz
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/dev-bluetooth.c')
-rw-r--r--hw/usb/dev-bluetooth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb/dev-bluetooth.c b/hw/usb/dev-bluetooth.c
index b19ec76..91a4a0b 100644
--- a/hw/usb/dev-bluetooth.c
+++ b/hw/usb/dev-bluetooth.c
@@ -18,6 +18,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>.
*/
+#include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/error-report.h"
#include "hw/usb.h"
OpenPOWER on IntegriCloud