From e34f3fd430c1062324c3b23eca5cd612ee93e61b Mon Sep 17 00:00:00 2001 From: angelosa Date: Thu, 21 Nov 2024 11:57:05 +0100 Subject: sound/xt446.h: add missing #pragma once --- src/devices/sound/xt446.h | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3