]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Bootloader/mchck-cdefs.h
Code cleanup
[kiibohd-controller.git] / Bootloader / mchck-cdefs.h
index 8bc2b20a39f975f7d3a7d0c6d1838c0aa47e3491..4f2eba128b165238352499ea26ca6a06227f5777 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 2011,2012 Simon Schubert <2@0x2c.org>.
- * Modifications by Jacob Alexander 2014 <haata@kiibohd.com>
+ * Modifications by Jacob Alexander 2014-2015 <haata@kiibohd.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -15,8 +15,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _MCHCK_CDEFS_H
-#define _MCHCK_CDEFS_H
+#pragma once
 
 // ----- Compiler Includes -----
 
@@ -134,5 +133,3 @@ typedef __CHAR16_TYPE__ char16_t;
                                )                                       \
                        )
 
-#endif
-