Removed inclusion of <sys/types.h> in .c-files

since it's already included through "setup.h".
This commit is contained in:
Gisle Vanem
2007-02-26 04:33:19 +00:00
parent 7c76875958
commit a627160041
23 changed files with 5 additions and 33 deletions
-1
View File
@@ -16,7 +16,6 @@
*/
#include "setup.h"
#include <sys/types.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>