summaryrefslogtreecommitdiff
blob: 752e9ca551a68890efa9a4531b23c02d8384c30a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Don't directly include glib2 header files.
Author: Kyrill Detinov <lazy.kent@opensuse.org>
Index: src/xpad-undo.c
===================================================================
--- a/src/xpad-undo.c
+++ b/src/xpad-undo.c
@@ -23,7 +23,6 @@ Foundation, Inc., 59 Temple Place, Suite
 #include "../config.h"
 #include <stdlib.h>
 #include <glib.h>
-#include <glib/glist.h>
 #include "xpad-undo.h"
 #include "xpad-text-buffer.h"