Remove some unneeded includes

This commit is contained in:
Chris Robinson
2011-06-14 05:06:39 -07:00
parent 1c7ed6e693
commit 1534fcfafd
2 changed files with 1 additions and 8 deletions
+1 -5
View File
@@ -23,12 +23,8 @@
#include <stdlib.h>
#include <stdio.h>
#include <memory.h>
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif
#include "alMain.h"
#include "AL/al.h"
#include "AL/alc.h"
#include <alsa/asoundlib.h>
-3
View File
@@ -22,9 +22,6 @@
#include "config.h"
#include "alMain.h"
#ifdef HAVE_DLFCN_H
#include <dlfcn.h>
#endif
#include <pulse/pulseaudio.h>