--- gtksourceview/gtksourcelanguage.c.orig	2007-01-03 09:40:28.000000000 -0600
+++ gtksourceview/gtksourcelanguage.c	2012-04-09 06:06:54.000000000 -0500
@@ -30,8 +30,7 @@
 
 #include <libxml/xmlreader.h>
 
-#include <glib/gstdio.h>
-#include <glib/gmappedfile.h>
+#include <glib.h>
 
 #include "gtksourceview-i18n.h"
 
--- gtksourceview/gtksourceregex.h.orig	2007-01-03 09:40:28.000000000 -0600
+++ gtksourceview/gtksourceregex.h	2012-04-09 06:02:53.000000000 -0500
@@ -20,7 +20,7 @@
 #ifndef __GTK_SOURCE_REGEX_H__
 #define __GTK_SOURCE_REGEX_H__
 
-#include <glib/gtypes.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 
