The order of includes was messed up in bluetooth_adapter.cc

PiperOrigin-RevId: 473854940
This commit is contained in:
John Carroll
2022-09-12 15:07:54 -07:00
committed by Copybara-Service
parent 5871209f44
commit fa062b70c9
@@ -14,6 +14,8 @@
#include "internal/platform/implementation/windows/bluetooth_adapter.h"
#include <windows.h> // These two headers must be defined
#include <winioctl.h> // first and in this order
#include <bthdef.h>
#include <bthioctl.h>
#include <cfgmgr32.h>
@@ -23,8 +25,6 @@
#include <setupapi.h>
#include <stdio.h>
#include <usbiodef.h>
#include <windows.h> // These two headers must be defined
#include <winioctl.h> // first and in this order
#include <string>