mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
The order of includes was messed up in bluetooth_adapter.cc
PiperOrigin-RevId: 473854940
This commit is contained in:
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user