From a8ec044d54817186193191f07b6d763cb823f1a1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 9 Oct 2014 22:21:24 +0200 Subject: fix -Wvisibility warnings with clang Now everything compiles with no warnings! yay! --- audio/out/internal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/out/internal.h b/audio/out/internal.h index 399a8ee8b4..7c5647d8fe 100644 --- a/audio/out/internal.h +++ b/audio/out/internal.h @@ -22,8 +22,7 @@ #include #include -#include "audio/chmap.h" -#include "audio/chmap_sel.h" +#include "audio/out/ao.h" // If ao_get_delay() reaches this value after ao_play() was called with the // AOPLAY_FINAL_CHUNK flag set, the playback core expects that the audio has -- cgit v1.2.3