]> Git Repo - qemu.git/blobdiff - hw/bt/l2cap.c
qemu-common: stop including qemu/bswap.h from qemu-common.h
[qemu.git] / hw / bt / l2cap.c
index 591e04778136929dbd2aef221c4f3eb723af373c..dfc95ed0487928ef00c1e36341c48755f84cb6b5 100644 (file)
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "qemu/timer.h"
+#include "qemu/bswap.h"
 #include "hw/bt.h"
 
 #define L2CAP_CID_MAX  0x100   /* Between 0x40 and 0x10000 */
This page took 0.022018 seconds and 4 git commands to generate.