aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/action.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/action.h')
-rw-r--r--tmk_core/common/action.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/tmk_core/common/action.h b/tmk_core/common/action.h
index 345c030c9..81cd54369 100644
--- a/tmk_core/common/action.h
+++ b/tmk_core/common/action.h
@@ -14,8 +14,8 @@ GNU General Public License for more details.
14You should have received a copy of the GNU General Public License 14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17#ifndef ACTION_H 17
18#define ACTION_H 18#pragma once
19 19
20#include <stdint.h> 20#include <stdint.h>
21#include <stdbool.h> 21#include <stdbool.h>
@@ -124,5 +124,3 @@ void debug_action(action_t action);
124#ifdef __cplusplus 124#ifdef __cplusplus
125} 125}
126#endif 126#endif
127
128#endif /* ACTION_H */