Remove redundant header inclusions

and clean up some whitespace
This commit is contained in:
Matthias Clasen 2010-09-03 19:41:49 -04:00
parent 156a3f7195
commit 9b3fb41a5e
2 changed files with 37 additions and 35 deletions

View File

@ -35,8 +35,6 @@
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include "glib.h"
#include "gprintfint.h"
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
@ -67,6 +65,10 @@
# undef STRICT
#endif
#include "gtypes.h"
#include "gprintfint.h"
#ifndef NO_FD_SET
# define SELECT_MASK fd_set
#else