diff options
author | Benjamin Otte <otte@redhat.com> | 2016-10-03 18:30:40 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | 021fe010b6cbf5119938efbad3122ef2854fc62b (patch) | |
tree | 06199c2cf55c163ad7b837f962041fd67962e8c9 /gtk/gtktestutils.c | |
parent | 89f2e17f9177c22bada65f81463f3517a210998a (diff) | |
download | gtk+-021fe010b6cbf5119938efbad3122ef2854fc62b.tar.gz |
API: Remove GtkPlug, GtkSocket and GtkWin32EmbedWidget
Diffstat (limited to 'gtk/gtktestutils.c')
-rw-r--r-- | gtk/gtktestutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c index 7b78f739fe..d0fe541ff3 100644 --- a/gtk/gtktestutils.c +++ b/gtk/gtktestutils.c @@ -37,7 +37,7 @@ * So.... */ #undef GTK_COMPILATION -#include <gtk/gtkx.h> +#include <gtk/gtk.h> #define GTK_COMPILATION /** |