From 36cb67b24e25a222e8ea76107c933475de58d03e Mon Sep 17 00:00:00 2001 From: Oliver Ruiz Dorantes Date: Sat, 24 Apr 2010 13:16:13 +0000 Subject: [PATCH] - Style: alphabetize include directives git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36449 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/bluetooth/BluetoothDevice.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/headers/os/bluetooth/BluetoothDevice.h b/headers/os/bluetooth/BluetoothDevice.h index 2b88663ebb..dcdd5e6b69 100644 --- a/headers/os/bluetooth/BluetoothDevice.h +++ b/headers/os/bluetooth/BluetoothDevice.h @@ -5,13 +5,12 @@ #ifndef _BLUETOOTH_DEVICE_H #define _BLUETOOTH_DEVICE_H +#include #include #include -#include -#include #include - +#include #include