From: Drashna Jaelre Date: Wed, 31 Oct 2018 01:03:46 +0000 (-0700) Subject: command.h include was not set correctly X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=73e634482ea8f57d1f1a5f1e16bc3ffd74f84b8e;p=qmk_firmware.git command.h include was not set correctly --- diff --git a/tmk_core/common/command.h b/tmk_core/common/command.h index d9d89ba0f..c38f2b9e8 100644 --- a/tmk_core/common/command.h +++ b/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 . */ -#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