aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/matrix.h')
-rw-r--r--tmk_core/common/matrix.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/tmk_core/common/matrix.h b/tmk_core/common/matrix.h
index 31ec84430..e36f01460 100644
--- a/tmk_core/common/matrix.h
+++ b/tmk_core/common/matrix.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 MATRIX_H 17
18#define MATRIX_H 18#pragma once
19 19
20#include <stdint.h> 20#include <stdint.h>
21#include <stdbool.h> 21#include <stdbool.h>
@@ -76,5 +76,3 @@ void matrix_scan_user(void);
76#ifdef __cplusplus 76#ifdef __cplusplus
77} 77}
78#endif 78#endif
79
80#endif