]> git.sesse.net Git - vlc/blobdiff - plugins/alsa/aout_alsa.c
* Fixed a few warnings with gcc 3.0.
[vlc] / plugins / alsa / aout_alsa.c
index beecdb0a4d536816e7b04905df8c1c7093275caf..d49246940eb060d121b143025207d278f3cd0bf9 100644 (file)
@@ -2,7 +2,7 @@
  * aout_alsa.c : Alsa functions library
  *****************************************************************************
  * Copyright (C) 2000 VideoLAN
- * $Id: aout_alsa.c,v 1.13 2001/04/06 09:15:47 sam Exp $
+ * $Id: aout_alsa.c,v 1.14 2001/05/06 04:32:02 sam Exp $
  *
  * Authors: Henri Fallon <henri@videolan.org>
  * 
@@ -36,7 +36,6 @@
 #include <stdlib.h>                            /* calloc(), malloc(), free() */
 
 #include <sys/asoundlib.h>
-#include <linux/asound.h>
 
 #include "config.h"
 #include "common.h"                                     /* boolean_t, byte_t */