[sysprof] Use GTK+ single includes



commit 506f06cc99096d0803223a16ecbd8aa3765ef66b
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Nov 2 23:13:04 2009 +0100

    Use GTK+ single includes

 footreestore.h |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/footreestore.h b/footreestore.h
index 8d5dbe7..04b3d8e 100644
--- a/footreestore.h
+++ b/footreestore.h
@@ -16,15 +16,10 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
-#error "Only <gtk/gtk.h> can be included directly."
-#endif
-
 #ifndef __FOO_TREE_STORE_H__
 #define __FOO_TREE_STORE_H__
 
-#include <gtk/gtktreemodel.h>
-#include <gtk/gtktreesortable.h>
+#include <gtk/gtk.h>
 #include <stdarg.h>
 
 



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