diff options
author | Benjamin Otte <otte@redhat.com> | 2011-05-25 20:22:14 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-05-27 16:11:09 +0200 |
commit | f4b7b287b9cdc8ddd30118b8ac22f9baa8675c17 (patch) | |
tree | 233c1fd147ad3eb15711f93b8c903f7008247c3d | |
parent | f6ffd6df8afb0037c216895dbcf1dd4f19a556f7 (diff) | |
download | gtk+-f4b7b287b9cdc8ddd30118b8ac22f9baa8675c17.tar.gz |
widgetpath: Make includes absolute
Just like everywhere else
-rw-r--r-- | gtk/gtkwidgetpath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwidgetpath.h b/gtk/gtkwidgetpath.h index a84c420548..c33b059e4b 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 |