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:
		| @ -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 | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen