Sat Sep 30 2006 Matthias Clasen <mclasen@redhat.com>

* pltcheck.sh: Script to check PLT entries.

        * Makefile.am (TESTS): Run pltcheck.sh

        * gtype.c:
        * gsignal.c:
        * gobject.c:
        * gvaluetypes.c: Move all includes before gobjectalias.h.
        (#3545422, Behdad Esfahbod)
This commit is contained in:
Matthias Clasen
2006-09-30 14:18:46 +00:00
parent 718a4e9908
commit 812ba8e28d
8 changed files with 50 additions and 12 deletions

View File

@@ -24,6 +24,12 @@
#include "gvaluetypes.h"
#include "gvaluecollector.h"
#include "gobject.h"
#include "gparam.h"
#include "gboxed.h"
#include "genums.h"
#include "gobjectalias.h"
#include <string.h>
#include <stdlib.h> /* qsort() */
@@ -847,12 +853,6 @@ g_value_get_gtype (const GValue *value)
}
/* need extra includes for g_strdup_value_contents() ;( */
#include "gobject.h"
#include "gparam.h"
#include "gboxed.h"
#include "genums.h"
gchar*
g_strdup_value_contents (const GValue *value)
{