Fix inter-header includes

Since we are going to install these headers soon, we need
to make their mutual includes work in the installed location
as well. Also, avoid including individual gtk headers, to
avoid trouble with single-include guards.
This commit is contained in:
Matthias Clasen
2012-12-27 01:21:11 -05:00
parent d2944ce633
commit 07a00d5939
50 changed files with 54 additions and 55 deletions

View File

@ -18,7 +18,7 @@
#ifndef __GTK_EXPANDER_ACCESSIBLE_H__
#define __GTK_EXPANDER_ACCESSIBLE_H__
#include "gtkcontaineraccessible.h"
#include <gtk/a11y/gtkcontaineraccessible.h>
G_BEGIN_DECLS