]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/arts.c
Fix previous commit - there is no vlc object here
[vlc] / modules / audio_output / arts.c
index 2cec1455a42f7ce3fb3ef99cac3fb093e6651fcb..d44a34a9dc7a0bf10e96cf685cb23dd7ab6dffd3 100644 (file)
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <errno.h>                                                 /* ENOMEM */
-#include <fcntl.h>                                       /* open(), O_WRONLY */
-#include <string.h>                                            /* strerror() */
 #include <unistd.h>                                      /* write(), close() */
-#include <stdlib.h>                            /* calloc(), malloc(), free() */
 
-#include <vlc/vlc.h>
-#include <vlc/aout.h>
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
 
-#include "aout_internal.h"
+#include <vlc/vlc.h>
+#include <vlc_aout.h>
 
 #include <artsc.h>