[yelp] Remove unneeded includes of libgnome/gnome-config.h



commit e6cda8725fbb1c9df3631dbf00afa5cf458ace47
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Thu Apr 30 20:35:25 2009 +0200

    Remove unneeded includes of libgnome/gnome-config.h
    
    Their use was removed in 5b3356984a7a3b63928032a9a82175d9d73fee33
    
    Fixes part of GNOME Bug #580425

 src/yelp-bookmarks.c |    1 -
 src/yelp-window.c    |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/yelp-bookmarks.c b/src/yelp-bookmarks.c
index 4448c2e..19b7efe 100644
--- a/src/yelp-bookmarks.c
+++ b/src/yelp-bookmarks.c
@@ -37,7 +37,6 @@
 #include <libxml/xpath.h>
 #include <libxml/xpathInternals.h>
 #include <libxml/xmlwriter.h>
-#include <libgnome/gnome-config.h>
 
 #define COL_NAME   0
 #define COL_LABEL  1
diff --git a/src/yelp-window.c b/src/yelp-window.c
index a59e91d..2c164b6 100644
--- a/src/yelp-window.c
+++ b/src/yelp-window.c
@@ -32,7 +32,6 @@
 #include <gdk/gdkkeysyms.h>
 #include <gtk/gtk.h>
 #include <string.h>
-#include <libgnome/gnome-config.h>
 #include <libgnome/gnome-url.h>
 
 #include "yelp-bookmarks.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]