1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-15 06:36:48 +02:00

gmessages: Drop unnecessary stdio.h include

This was needed for an earlier version of the structured logging work,
but not the latest.
This commit is contained in:
Philip Withnall
2016-08-17 12:41:26 +02:00
parent 15b315b472
commit b4326bc348

@ -30,7 +30,6 @@
#endif
#include <stdarg.h>
#include <stdio.h>
#include <glib/gtypes.h>
#include <glib/gmacros.h>