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