]> git.sesse.net Git - vlc/blobdiff - src/audio_output/aout_ext-dec.c
Some heavy changes today:
[vlc] / src / audio_output / aout_ext-dec.c
index aace8e4aed616188242a9c7ac38201fd5259befe..2bf1149e8ad628e8821928f32cbc2ce92f167975 100644 (file)
@@ -2,7 +2,7 @@
  * aout_ext-dec.c : exported fifo management functions
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: aout_ext-dec.c,v 1.7 2001/12/07 18:33:08 sam Exp $
+ * $Id: aout_ext-dec.c,v 1.8 2001/12/30 07:09:56 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include "defs.h"
-
 #include <stdio.h>                                           /* "intf_msg.h" */
 #include <stdlib.h>                            /* calloc(), malloc(), free() */
 #include <string.h>
 
-#include "common.h"
-#include "intf_msg.h"                        /* intf_DbgMsg(), intf_ErrMsg() */
-#include "threads.h"
-#include "mtime.h"                             /* mtime_t, mdate(), msleep() */
+#include <videolan/vlc.h>
 
 #include "audio_output.h"
 #include "aout_common.h"