mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 08:58:54 +02:00
Fix some issues with PLT entries.
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