diff options
author | 2024-11-21 11:57:05 +0100 | |
---|---|---|
committer | 2024-11-23 16:00:01 +0100 | |
commit | e34f3fd430c1062324c3b23eca5cd612ee93e61b (patch) | |
tree | 505c4702415a6d2014c0dfcbc08b7f6afbb1d8c9 /src/devices/sound/xt446.h | |
parent | c2bc7db28d93a3f0b7e5faf8a38c88d20f6d5fa3 (diff) |
sound/xt446.h: add missing #pragma once
Diffstat (limited to 'src/devices/sound/xt446.h')
-rw-r--r-- | src/devices/sound/xt446.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/sound/xt446.h b/src/devices/sound/xt446.h index 049e69a90e5..d9fe5feb7d2 100644 --- a/src/devices/sound/xt446.h +++ b/src/devices/sound/xt446.h @@ -12,6 +12,8 @@ #ifndef DEVICE_SOUND_XT446_H #define DEVICE_SOUND_XT446_H +#pragma once + #include "cpu/h8/h8s2655.h" #include "sound/swp30.h" |