]> git.sesse.net Git - vlc/blobdiff - modules/access/fake.c
Contribs - libpng: Updates to 1.2.20. No more MMX optimisations, a few bugs are fixed.
[vlc] / modules / access / fake.c
index bfbfe998f70544ae00ea3a0959051a8490b961e5..34532b31f4023388ee4720f2bc6d750170320a58 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
 
 #include <vlc/vlc.h>
-#include <vlc/input.h>
+#include <vlc_access.h>
+#include <vlc_demux.h>
 
 /*****************************************************************************
  * Module descriptior
@@ -247,4 +245,3 @@ static int Demux( demux_t *p_demux )
 
     return 1;
 }
-