mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +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>
|
* Author: Ryan Lortie <desrt@desrt.ca>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.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
|
* two-pass algorithm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user