[gtk+] widgetpath: Make includes absolute



commit f4b7b287b9cdc8ddd30118b8ac22f9baa8675c17
Author: Benjamin Otte <otte redhat com>
Date:   Wed May 25 20:22:14 2011 +0200

    widgetpath: Make includes absolute
    
    Just like everywhere else

 gtk/gtkwidgetpath.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwidgetpath.h b/gtk/gtkwidgetpath.h
index a84c420..c33b059 100644
--- a/gtk/gtkwidgetpath.h
+++ b/gtk/gtkwidgetpath.h
@@ -25,7 +25,7 @@
 #define __GTK_WIDGET_PATH_H__
 
 #include <glib-object.h>
-#include "gtkenums.h"
+#include <gtk/gtkenums.h>
 
 G_BEGIN_DECLS
 



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