gtk: Empty gtkimmodule.h

Move the remaining struct definition into gtkimcontextinfo.h and include
that header in gtk.h. gtkimmodule.h is now an empty header. We should
probably deprecate it somehow.

This is also necessary so headers used in gtk .c files don't include
gtk.h which in turn includes all the deprecated headers which we want to
avoid so we can include them with deprecation warnings turned off.
This commit is contained in:
Benjamin Otte
2011-11-08 20:22:57 +01:00
parent ba05093fe7
commit e1f4bd6495
7 changed files with 50 additions and 18 deletions

View File

@ -23,7 +23,6 @@
#include <locale.h>
#include "gtkimmulticontext.h"
#include "gtkimmodule.h"
#include "gtkimmoduleprivate.h"
#include "gtklabel.h"
#include "gtkmain.h"