From 6c1d768f7bb4ced7d0f484fe9fe8ee2daef489e2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 16 Oct 2011 18:43:22 -0400 Subject: [PATCH] Also clean up includes --- glib/gconvert.c | 1 + glib/gmessages.c | 3 ++- glib/gunicode.h | 3 --- glib/gutils.h | 4 ---- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/glib/gconvert.c b/glib/gconvert.c index 21e8c1fe7..292517381 100644 --- a/glib/gconvert.c +++ b/glib/gconvert.c @@ -43,6 +43,7 @@ #include "gconvert.h" +#include "gcharset.h" #include "gprintfint.h" #include "gslist.h" #include "gstrfuncs.h" diff --git a/glib/gmessages.c b/glib/gmessages.c index f0c836ea3..b0c1cadda 100644 --- a/glib/gmessages.c +++ b/glib/gmessages.c @@ -60,9 +60,10 @@ #include #include "gmessages.h" -#include "glib-init.h" +#include "glib-init.h" #include "gbacktrace.h" +#include "gcharset.h" #include "gconvert.h" #include "gmem.h" #include "gprintfint.h" diff --git a/glib/gunicode.h b/glib/gunicode.h index 2090bff18..71ebbba27 100644 --- a/glib/gunicode.h +++ b/glib/gunicode.h @@ -489,9 +489,6 @@ typedef enum guint32 g_unicode_script_to_iso15924 (GUnicodeScript script); GUnicodeScript g_unicode_script_from_iso15924 (guint32 iso15924); -gboolean g_get_charset (const char **charset); -gchar * g_get_codeset (void); - /* These are all analogs of the functions. */ gboolean g_unichar_isalnum (gunichar c) G_GNUC_CONST; diff --git a/glib/gutils.h b/glib/gutils.h index 103584d3f..18f6b41cd 100644 --- a/glib/gutils.h +++ b/glib/gutils.h @@ -155,10 +155,6 @@ const gchar * const * g_get_system_config_dirs (void); const gchar * g_get_user_runtime_dir (void); -const gchar * const * g_get_language_names (void); - -gchar **g_get_locale_variants (const gchar *locale); - /** * GUserDirectory: * @G_USER_DIRECTORY_DESKTOP: the user's Desktop directory