<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- 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 &lt;libxml/xmlreader.h&gt;
 
-#include &lt;glib/gstdio.h&gt;
-#include &lt;glib/gmappedfile.h&gt;
+#include &lt;glib.h&gt;
 
 #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 &lt;glib/gtypes.h&gt;
+#include &lt;glib.h&gt;
 
 G_BEGIN_DECLS
 
</pre></body></html>