diff divx4_vbr.c @ 5285:d1cbcf738db1

we don't need dl nor stat functions - why to include tehir headers...
author arpi
date Sat, 23 Mar 2002 19:14:13 +0000
parents 92c59012249d
children 87197e110b4f
line wrap: on
line diff
--- a/divx4_vbr.c	Sat Mar 23 18:59:36 2002 +0000
+++ b/divx4_vbr.c	Sat Mar 23 19:14:13 2002 +0000
@@ -37,10 +37,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/stat.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <dlfcn.h>
 #include <math.h>
 #include <inttypes.h>