a11y: Get rid of gtk.h includes in headers

This way, we can include them without accidentally including deprecated
code. Which means we can still use the recently added turning-off tricks
for deprecation warnings.
This commit is contained in:
Benjamin Otte
2011-11-10 17:03:10 +01:00
parent 2d3c36a021
commit 24b9599af7
6 changed files with 5 additions and 3 deletions

View File

@ -20,6 +20,7 @@
#ifndef __GTK_MENU_ACCESSIBLE_H__
#define __GTK_MENU_ACCESSIBLE_H__
#include "gtkmenu.h"
#include "gtkmenushellaccessible.h"
G_BEGIN_DECLS