Fix compiling with old glib where glib/gprint.h doesn't exist, refs #3144
author |
Stu Tomlinson <stu@nosnilmot.com> |
date |
Sat, 29 Sep 2007 14:51:00 +0000 |
parents |
f5c2f047acae |
children |
008865326919 094fbf1996b1 |
files |
finch/libgnt/gntstyle.c finch/libgnt/gntwm.c |
diffstat |
2 files changed, 1 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/finch/libgnt/gntstyle.c Sat Sep 29 14:45:20 2007 +0000
+++ b/finch/libgnt/gntstyle.c Sat Sep 29 14:51:00 2007 +0000
@@ -26,7 +26,6 @@
#include <glib.h>
#include <ctype.h>
-#include <glib/gprintf.h>
#include <stdlib.h>
#include <string.h>
--- a/finch/libgnt/gntwm.c Sat Sep 29 14:45:20 2007 +0000
+++ b/finch/libgnt/gntwm.c Sat Sep 29 14:51:00 2007 +0000
@@ -27,8 +27,8 @@
#include "config.h"
+#include <glib.h>
#include <ctype.h>
-#include <glib/gprintf.h>
#include <gmodule.h>
#include <stdlib.h>
#include <string.h>