瀏覽代碼

command.h include was not set correctly

Drashna Jaelre 6 年之前
父節點
當前提交
73e634482e
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      tmk_core/common/command.h

+ 1 - 4
tmk_core/common/command.h

@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#ifndef COMMAND_H
-#define COMMAND
+#pragma once
 
 /* FIXME: Add doxygen comments for the behavioral defines in here. */
 
@@ -155,5 +154,3 @@ bool command_proc(uint8_t code);
 
 #define XMAGIC_KC(key) KC_##key
 #define MAGIC_KC(key) XMAGIC_KC(key)
-
-#endif