changeset 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 0a58c2ef1da1
children 30caf02c0eae
files divx4_vbr.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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>