summaryrefslogtreecommitdiffstats
path: root/bt-vhci.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-29 17:50:05 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:31:48 -0600
commit12679bb999f6b86f6d16cbae1751dd98a125e009 (patch)
tree8d51384fa897cdcb3f05af6018a3bf490406ccd7 /bt-vhci.c
parent7d93d321281df0deebf611f00fece3c4c108ed70 (diff)
downloadhqemu-12679bb999f6b86f6d16cbae1751dd98a125e009.zip
hqemu-12679bb999f6b86f6d16cbae1751dd98a125e009.tar.gz
all: 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-16-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'bt-vhci.c')
-rw-r--r--bt-vhci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bt-vhci.c b/bt-vhci.c
index e267c8a..9d277c3 100644
--- a/bt-vhci.c
+++ b/bt-vhci.c
@@ -17,6 +17,7 @@
* with this program; if not, see <http://www.gnu.org/licenses/>.
*/
+#include "qemu/osdep.h"
#include "qemu-common.h"
#include "sysemu/bt.h"
#include "hw/bt.h"
OpenPOWER on IntegriCloud