remove useless headers

SVN revision: 58854
This commit is contained in:
Vincent Torri 2011-04-24 08:12:00 +00:00
parent 4287e530db
commit e521dfb65b
1 changed files with 4 additions and 8 deletions

View File

@ -22,18 +22,14 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <dirent.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/param.h>
#include <math.h>
#include <limits.h>
#include <ctype.h>
#include <time.h>
#include <dirent.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef HAVE_DLADDR
# include <dlfcn.h>