Fix some issues with PLT entries.

This commit is contained in:
Matthias Clasen
2006-09-30 13:59:01 +00:00
parent b6a3cd8039
commit 20b39ffafa
7 changed files with 49 additions and 11 deletions

View File

@@ -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)
{