mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-19 20:02:52 +02:00
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:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user