]> git.sesse.net Git - vlc/blobdiff - modules/mux/mpeg/pes.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / mux / mpeg / pes.c
index 7e97245c772741a20e14ce1919f49ac6f2b369cc..ed199c2be1ccd75acf3afc57fc4a757e04d889c0 100644 (file)
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdlib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <string.h>
 #include <errno.h>
 #include <fcntl.h>
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_sout.h>
 #include <vlc_block.h>