diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-06-16 23:33:43 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-06-16 23:33:43 -0400 |
commit | f1a9c3efffa298e229e2e8b9a95e8cf3acb6a129 (patch) | |
tree | 72714e967c2fe38f58b7cf02cd3a87f29fa8d8a3 /gtk/gtkimmodule.c | |
parent | 04ce0467ab5539c4f626cc10ae4b0ca21fe149b7 (diff) | |
download | gtk+-f1a9c3efffa298e229e2e8b9a95e8cf3acb6a129.tar.gz |
Remove unused includes
Nothing is using gtkrc.h functionality any more.
Diffstat (limited to 'gtk/gtkimmodule.c')
-rw-r--r-- | gtk/gtkimmodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkimmodule.c b/gtk/gtkimmodule.c index f9fce34cac..593a868504 100644 --- a/gtk/gtkimmodule.c +++ b/gtk/gtkimmodule.c @@ -36,7 +36,6 @@ #include "gtkimcontextsimple.h" #include "gtksettings.h" #include "gtkmainprivate.h" -#include "gtkrc.h" #include "gtkintl.h" /* Do *not* include "gtkprivate.h" in this file. If you do, the |