diff options
author | Chris Robinson <[email protected]> | 2011-06-14 05:06:39 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-06-14 05:06:39 -0700 |
commit | 1534fcfafd987c98fbbd39ebc41a8b9ada58d629 (patch) | |
tree | 675edf6a0d25bb24cf47f681b381d1e0d75c5e2b /Alc/pulseaudio.c | |
parent | 1c7ed6e6932a493e1b067b6eecef71fd1feadfbd (diff) |
Remove some unneeded includes
Diffstat (limited to 'Alc/pulseaudio.c')
-rw-r--r-- | Alc/pulseaudio.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Alc/pulseaudio.c b/Alc/pulseaudio.c index 4cb644b5..01d6a71c 100644 --- a/Alc/pulseaudio.c +++ b/Alc/pulseaudio.c @@ -22,9 +22,6 @@ #include "config.h" #include "alMain.h" -#ifdef HAVE_DLFCN_H -#include <dlfcn.h> -#endif #include <pulse/pulseaudio.h> |