command.h include was not set correctly

This commit is contained in:
Drashna Jaelre 2018-10-30 18:03:46 -07:00 committed by Jack Humbert
parent 40313cfa3b
commit 73e634482e
1 changed files with 1 additions and 4 deletions

View File

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