mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-28 00:16:15 +01:00
Remove redundant header inclusions
and clean up some whitespace
This commit is contained in:
parent
156a3f7195
commit
9b3fb41a5e
@ -35,8 +35,6 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "glib.h"
|
|
||||||
#include "gprintfint.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_SYS_TIME_H
|
#ifdef HAVE_SYS_TIME_H
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
@ -67,6 +65,10 @@
|
|||||||
# undef STRICT
|
# undef STRICT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "gtypes.h"
|
||||||
|
#include "gprintfint.h"
|
||||||
|
|
||||||
|
|
||||||
#ifndef NO_FD_SET
|
#ifndef NO_FD_SET
|
||||||
# define SELECT_MASK fd_set
|
# define SELECT_MASK fd_set
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user