mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-27 07:56:14 +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 <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
|
||||
|
Loading…
Reference in New Issue
Block a user