diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-01-03 16:32:46 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-01-08 18:48:20 -0500 |
commit | 1e000c3dac4849a3881d18333169b6fc18b19308 (patch) | |
tree | a2b682910afc24a933e7513f565da197cc8a226a /gtk/gtktextutil.h | |
parent | 19ee9b4c57c3fc74325dfed5e449ffd0bf992385 (diff) | |
download | gtk+-1e000c3dac4849a3881d18333169b6fc18b19308.tar.gz |
Remove gtkdnd.h
Diffstat (limited to 'gtk/gtktextutil.h')
-rw-r--r-- | gtk/gtktextutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktextutil.h b/gtk/gtktextutil.h index 4ad534ce7b..472faf854f 100644 --- a/gtk/gtktextutil.h +++ b/gtk/gtktextutil.h @@ -27,6 +27,8 @@ G_BEGIN_DECLS +#include "gtktextbuffer.h" + /* This is a private uninstalled header shared between * GtkTextView and GtkEntry */ |