]> git.donarmstrong.com Git - kiibohd-kll.git/blobdiff - templates/kiibohdDefs.h
Converting templates to use pragma once
[kiibohd-kll.git] / templates / kiibohdDefs.h
index 3944da5ba96f66f0b961bae19775fc8818c44a45..00b45a69bdc1d60512fdf4fce062cd212fd750e6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 by Jacob Alexander
+/* Copyright (C) 2014-2015 by Jacob Alexander
  *
  * This file is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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
-