trivial: Fix unused header includes

This commit is contained in:
Richard Hughes 2019-11-22 09:49:06 +00:00
parent 7eeebae1c7
commit 4debb3dcd2
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include <gio/gunixinputstream.h>
#ifdef HAVE_VALGRIND
#include <valgrind.h>
#endif /* HAVE_VALGRIND */

View File

@ -10,7 +10,6 @@
#include <fwupd.h>
#include <glib-object.h>
#include <glib/gstdio.h>
#include <gio/gfiledescriptorbased.h>
#include <libgcab.h>
#include <stdlib.h>
#include <string.h>