diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-07-14 19:38:17 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-07-14 19:40:50 -0400 |
commit | 3e05518881a208e851e632a37f5dcc3926c6387d (patch) | |
tree | afa88910987c379e8cb261a8b8e229faa2d8b855 /gtk/gtkswitch.c | |
parent | d8c00cd53734edd80b515c031c638f40ffeea724 (diff) | |
download | gtk+-3e05518881a208e851e632a37f5dcc3926c6387d.tar.gz |
Drop unneeded includes
We no longer use the private GtkAccessible api here.
Diffstat (limited to 'gtk/gtkswitch.c')
-rw-r--r-- | gtk/gtkswitch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c index ceb2c6f51e..8d9c38aeb7 100644 --- a/gtk/gtkswitch.c +++ b/gtk/gtkswitch.c @@ -40,7 +40,6 @@ #include "gtkswitch.h" -#include "gtkaccessibleprivate.h" #include "gtkactivatable.h" #include "gtkintl.h" #include "gtkprivate.h" |