From: Sylvain Petreolle Date: Sat, 12 Jun 2010 20:08:29 +0000 (+0000) Subject: [fbtusb] X-Git-Tag: backups/Ash_Shell@48412~1^2~466 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=828838704e31e21d9b9357119c319eff9ea84511 [fbtusb] Fix include casing. svn path=/trunk/; revision=47769 --- diff --git a/reactos/drivers/bluetooth/fbtusb/include/fbtHciCmds.h b/reactos/drivers/bluetooth/fbtusb/include/fbtHciCmds.h index cb0dbf7eaee..3a08205b182 100755 --- a/reactos/drivers/bluetooth/fbtusb/include/fbtHciCmds.h +++ b/reactos/drivers/bluetooth/fbtusb/include/fbtHciCmds.h @@ -1,7 +1,7 @@ #ifndef _FBT_HCI_COMMANDS_H #define _FBT_HCI_COMMANDS_H -#include "fbtHciOpcodes.h" +#include "fbtHciOpCodes.h" #include "fbtHciSizes.h" #include "fbtHciCmdStructs.h" @@ -150,4 +150,4 @@ #define FBT_HCI_MAX_ALLOWED_ACL_HANDLES 32 #define FBT_HCI_MAX_ALLOWED_SCO_HANDLES 4 -#endif // _FBT_HCI_COMMANDS_H \ No newline at end of file +#endif // _FBT_HCI_COMMANDS_H