changeset 43:75e2c0114aea

Converting templates to use pragma once
author Jacob Alexander <haata@kiibohd.com>
date Sat, 25 Jul 2015 16:11:24 -0700
parents 37fd1b57a291
children dcbdf80b2ca7
files templates/kiibohdDefs.h templates/kiibohdKeymap.h
diffstat 2 files changed, 2 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/templates/kiibohdDefs.h	Thu May 14 21:06:44 2015 -0700
+++ b/templates/kiibohdDefs.h	Sat Jul 25 16:11:24 2015 -0700
@@ -17,8 +17,7 @@
 <|Information|>
 
 
-#ifndef __kll_defs_h
-#define __kll_defs_h
+#pragma once
 
 // ----- KLL Variables -----
 <|VariableInformation|>
@@ -28,7 +27,3 @@
 // ----- Defines -----
 <|Defines|>
 
-
-
-#endif // __kll_defs_h
-
--- a/templates/kiibohdKeymap.h	Thu May 14 21:06:44 2015 -0700
+++ b/templates/kiibohdKeymap.h	Sat Jul 25 16:11:24 2015 -0700
@@ -17,8 +17,7 @@
 <|Information|>
 
 
-#ifndef __kiibohdKeymap_h
-#define __kiibohdKeymap_h
+#pragma once
 
 // ----- Includes -----
 
@@ -126,7 +125,3 @@
 // - Layer State
 <|LayerState|>
 
-
-
-#endif // __generatedKeymap_h
-