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

View File

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