summaryrefslogtreecommitdiff
path: root/glib/src/unicode.hg
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@src.gnome.org>2008-12-10 14:23:33 +0000
committerJonathon Jongsma <jjongsma@src.gnome.org>2008-12-10 14:23:33 +0000
commita556ef798a4ecbe69c52b9377e613deaf8c35ac7 (patch)
treed56f666a2959ebbdc816f26c6ff475ee68aa7557 /glib/src/unicode.hg
parent67aebc3b8b8dfe7ee6151d0c2097e25305eca3ec (diff)
downloadglibmm-a556ef798a4ecbe69c52b9377e613deaf8c35ac7.tar.gz
Clean up glib includes (Bug #563987)
svn path=/trunk/; revision=749
Diffstat (limited to 'glib/src/unicode.hg')
-rw-r--r--glib/src/unicode.hg6
1 files changed, 2 insertions, 4 deletions
diff --git a/glib/src/unicode.hg b/glib/src/unicode.hg
index 186ae8fc..86752938 100644
--- a/glib/src/unicode.hg
+++ b/glib/src/unicode.hg
@@ -1,4 +1,4 @@
-/* $Id$ */
+/* $Id: unicode.hg,v 1.2 2003/08/20 10:31:23 murrayc Exp $ */
/* Copyright (C) 2002 The gtkmm Development Team
*
@@ -43,9 +43,7 @@ inline $1 $2(char c)
_POP()
#m4end
-#include <glib/gmacros.h>
-#include <glib/gstrfuncs.h>
-#include <glib/gunicode.h>
+#include <glib.h>
// Not used, but we want to get rid of possible <ctype.h> macros.
#include <cctype>