From 349aec676c01d72c42ce186b258fdde52acd6611 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 3 Sep 2010 20:57:05 -0400 Subject: [PATCH] Remove excessive header inclusions --- glib/glist.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/glib/glist.c b/glib/glist.c index 95ba0003f..c8f743463 100644 --- a/glib/glist.c +++ b/glib/glist.c @@ -21,16 +21,18 @@ * Modified by the GLib Team and others 1997-2000. See the AUTHORS * file for a list of people on the GLib Team. See the ChangeLog * files for a list of changes. These files are distributed with - * GLib at ftp://ftp.gtk.org/pub/gtk/. + * GLib at ftp://ftp.gtk.org/pub/gtk/. */ -/* +/* * MT safe */ #include "config.h" -#include "glib.h" +#include "glist.h" + +#include "gtestutils.h" /** * SECTION: linked_lists_double