From fa062b70c906ecfb12877b5bdc466a35ea2ff08d Mon Sep 17 00:00:00 2001 From: John Carroll Date: Mon, 12 Sep 2022 15:06:13 -0700 Subject: [PATCH] The order of includes was messed up in bluetooth_adapter.cc PiperOrigin-RevId: 473854940 --- internal/platform/implementation/windows/bluetooth_adapter.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/platform/implementation/windows/bluetooth_adapter.cc b/internal/platform/implementation/windows/bluetooth_adapter.cc index 491169a8..a52dec15 100644 --- a/internal/platform/implementation/windows/bluetooth_adapter.cc +++ b/internal/platform/implementation/windows/bluetooth_adapter.cc @@ -14,6 +14,8 @@ #include "internal/platform/implementation/windows/bluetooth_adapter.h" +#include // These two headers must be defined +#include // first and in this order #include #include #include @@ -23,8 +25,6 @@ #include #include #include -#include // These two headers must be defined -#include // first and in this order #include