mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-04 15:44:49 +01: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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user