diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-01-30 22:52:13 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-01-30 22:52:13 -0500 |
commit | 6f74de53312cd8b874e5ad658171af4cdf372b12 (patch) | |
tree | 771a78e66c4e0e1114edc0723001993e57bd4640 /gtk/gtkimcontextsimple.c | |
parent | 3c4f36f62238b45863b49c85c2a8462f556da31f (diff) | |
download | gtk+-6f74de53312cd8b874e5ad658171af4cdf372b12.tar.gz |
Don't include the builtin sequence table in multiple places
The table is defined as static const guint16 [], so it really
should only be included in one source file.
Diffstat (limited to 'gtk/gtkimcontextsimple.c')
-rw-r--r-- | gtk/gtkimcontextsimple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c index 6ec1bda6a5..ce906ae7f6 100644 --- a/gtk/gtkimcontextsimple.c +++ b/gtk/gtkimcontextsimple.c @@ -39,6 +39,7 @@ #include "gtkcomposetable.h" #include "gtkimcontextsimpleprivate.h" +#include "gtkimcontextsimpleseqs.h" /** * SECTION:gtkimcontextsimple |