From d0e2865a2ed237be1867b212cba6740e7f15fbc0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 22 Nov 2011 19:31:30 -0500 Subject: [PATCH] Remove unnecessary includes These were meant for some other test that ended up not getting added. This fixes bug 664559. --- glib/tests/mainloop.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/glib/tests/mainloop.c b/glib/tests/mainloop.c index 2151a27..fc6f291 100644 --- a/glib/tests/mainloop.c +++ b/glib/tests/mainloop.c @@ -21,9 +21,6 @@ */ #include -#include -#include -#include static gboolean cb (gpointer data) { -- 2.7.4