Archived
1
0

Converting templates to use pragma once

This commit is contained in:
Jacob Alexander 2015-07-25 16:11:24 -07:00
parent f40c189980
commit 59a7455cd9
2 changed files with 2 additions and 12 deletions

View File

@ -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

View File

@ -17,8 +17,7 @@
<|Information|>
#ifndef __kiibohdKeymap_h
#define __kiibohdKeymap_h
#pragma once
// ----- Includes -----
@ -126,7 +125,3 @@
// - Layer State
<|LayerState|>
#endif // __generatedKeymap_h