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

@@ -17,7 +17,6 @@
* Boston, MA 02111-1307, USA.
*/
#include "gobject.h"
#include "gobjectalias.h"
#include <glib/gdatasetprivate.h>
/*
@@ -28,10 +27,14 @@
#include "gsignal.h"
#include "gparamspecs.h"
#include "gvaluetypes.h"
#include "gobjectnotifyqueue.c"
#include <string.h>
#include <signal.h>
#include "gobjectalias.h"
/* This should be included after gobjectalias.h (or pltcheck.sh will fail) */
#include "gobjectnotifyqueue.c"
#define PREALLOC_CPARAMS (8)