summaryrefslogtreecommitdiff
path: root/quantum/audio/muse.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/audio/muse.h')
-rw-r--r--quantum/audio/muse.h5
1 files changed, 1 insertions, 4 deletions
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