diff --git a/src/notify.c b/src/notify.c index 612da36..b571c8b 100644 --- a/src/notify.c +++ b/src/notify.c @@ -37,9 +37,6 @@ #ifdef __APPLE__ #include #include - #ifdef _SOUND_NOTIFY - #include /* Is this good? */ - #endif #else #include #include @@ -47,9 +44,9 @@ #ifndef ALC_ALL_DEVICES_SPECIFIER #include #endif - #ifdef _SOUND_NOTIFY - #include /* freealut packet */ - #endif + #endif + #ifdef _SOUND_NOTIFY + #include /* freealut packet */ #endif #endif /* _AUDIO */