summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontextsimple.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-01-30 22:52:13 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-01-30 22:52:13 -0500
commit6f74de53312cd8b874e5ad658171af4cdf372b12 (patch)
tree771a78e66c4e0e1114edc0723001993e57bd4640 /gtk/gtkimcontextsimple.c
parent3c4f36f62238b45863b49c85c2a8462f556da31f (diff)
downloadgtk+-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.c1
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