mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Remove redundant header inclusions
This commit is contained in:
parent
1409bbab67
commit
d95c6b8834
@ -19,11 +19,19 @@
|
||||
* Author: Ryan Lortie <desrt@desrt.ca>
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <glib.h>
|
||||
|
||||
#include "gerror.h"
|
||||
#include "gquark.h"
|
||||
#include "gstring.h"
|
||||
#include "gstrfuncs.h"
|
||||
#include "gtestutils.h"
|
||||
#include "gvariant.h"
|
||||
#include "gvarianttype.h"
|
||||
|
||||
/*
|
||||
* two-pass algorithm
|
||||
|
Loading…
Reference in New Issue
Block a user