diff options
Diffstat (limited to 'quantum/process_keycode/process_music.h')
-rw-r--r-- | quantum/process_keycode/process_music.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/quantum/process_keycode/process_music.h b/quantum/process_keycode/process_music.h index 292bc5374..01014aa6c 100644 --- a/quantum/process_keycode/process_music.h +++ b/quantum/process_keycode/process_music.h | |||
@@ -14,8 +14,7 @@ | |||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #ifndef PROCESS_MUSIC_H | 17 | #pragma once |
18 | #define PROCESS_MUSIC_H | ||
19 | 18 | ||
20 | #include "quantum.h" | 19 | #include "quantum.h" |
21 | 20 | ||
@@ -57,5 +56,3 @@ bool music_mask_user(uint16_t keycode); | |||
57 | # endif | 56 | # endif |
58 | 57 | ||
59 | #endif // defined(AUDIO_ENABLE) || (defined(MIDI_ENABLE) && defined(MIDI_BASIC)) | 58 | #endif // defined(AUDIO_ENABLE) || (defined(MIDI_ENABLE) && defined(MIDI_BASIC)) |
60 | |||
61 | #endif | ||