diff Macro/PartialMap/usb_hid.h @ 341:66eccdd9ced5

Code cleanup - Changing header file ifndef define to pragma once's - Removed duplicate output_com.h's
author Jacob Alexander <haata@kiibohd.com>
date Sun, 14 Jun 2015 13:56:56 -0700
parents 5fc9fa7419b4
children 2268093deff4
line wrap: on
line diff
--- a/Macro/PartialMap/usb_hid.h	Sat Jun 13 20:42:12 2015 -0700
+++ b/Macro/PartialMap/usb_hid.h	Sun Jun 14 13:56:56 2015 -0700
@@ -19,8 +19,7 @@
  * THE SOFTWARE.
  */
 
-#ifndef __usb_hid_h
-#define __usb_hid_h
+#pragma once
 
 // ----- Defines -----
 
@@ -773,7 +772,3 @@
 #define AC_DISTRIBUTE_VERTICALLY    0x29C
 // 0x29D-0xFFFF Reserved
 
-
-
-#endif
-