]> git.sesse.net Git - vlc/blobdiff - src/input/input_ext-dec.c
Some heavy changes today:
[vlc] / src / input / input_ext-dec.c
index 9706b4bdc30c16eb93241e8934f85c4c1fa6b932..53f095cf12f64bb6b4bd52089e7e606032f30e98 100644 (file)
@@ -2,7 +2,7 @@
  * input_ext-dec.c: services to the decoders
  *****************************************************************************
  * Copyright (C) 1998-2001 VideoLAN
- * $Id: input_ext-dec.c,v 1.25 2001/12/30 05:46:14 sam Exp $
+ * $Id: input_ext-dec.c,v 1.26 2001/12/30 07:09:56 sam Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include "defs.h"
-
 #include <string.h>                                    /* memcpy(), memset() */
 #include <sys/types.h>                                              /* off_t */
 
-#include "common.h"
-#include "intf_msg.h"
-#include "threads.h"
-#include "mtime.h"
+#include <videolan/vlc.h>
 
 #include "stream_control.h"
 #include "input_ext-dec.h"