From 48f4768d33313e6a6ed48c31f95eb44feda10a51 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 26 Dec 2020 15:53:12 +1100 Subject: Change include guards in quantum/ to pragma once (#11239) --- quantum/audio/muse.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'quantum/audio/muse.h') diff --git a/quantum/audio/muse.h b/quantum/audio/muse.h index 6f382a7fee..ad2f96e43a 100644 --- a/quantum/audio/muse.h +++ b/quantum/audio/muse.h @@ -1,9 +1,6 @@ -#ifndef MUSE_H -#define MUSE_H +#pragma once #include "quantum.h" #include "process_audio.h" uint8_t muse_clock_pulse(void); - -#endif -- cgit v1.2.3