[nemiver] Only include <gtk/gtk.h> (Closes: #581047)



commit a0f144043e1cf5948354818bfdc9a028898d2cad
Author: Hubert Figuiere <hub figuiere net>
Date:   Fri May 1 17:47:53 2009 -0400

    Only include <gtk/gtk.h> (Closes: #581047)
    
            * src/uicommon/ephy-spinner-tool-item.h: only include gtk/gtk.h
            See http://live.gnome.org/GnomeGoals/CleanupGTKIncludes
---
 src/uicommon/ephy-spinner-tool-item.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/uicommon/ephy-spinner-tool-item.h b/src/uicommon/ephy-spinner-tool-item.h
index 3ac86d6..9016839 100644
--- a/src/uicommon/ephy-spinner-tool-item.h
+++ b/src/uicommon/ephy-spinner-tool-item.h
@@ -22,7 +22,7 @@
 #ifndef EPHY_SPINNER_TOOL_ITEM_H
 #define EPHY_SPINNER_TOOL_ITEM_H
 
-#include <gtk/gtktoolitem.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 



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