diff options
author | Michael Natterer <mitch@gimp.org> | 2008-05-23 14:55:43 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-05-23 14:55:43 +0000 |
commit | c75c6bf4441e85bb83ef3ac2118a3c7bd5fa98d5 (patch) | |
tree | 1d4e511b1367b9b6ee7516c5ffbbbc40a5927143 /perf/widgets.h | |
parent | 57625ac5b94902d7c47a2411a8f6eda6ce84d7bd (diff) | |
download | gtk+-c75c6bf4441e85bb83ef3ac2118a3c7bd5fa98d5.tar.gz |
perf/widgets.h tests/print-editor.c tests/prop-editor.h
2008-05-23 Michael Natterer <mitch@gimp.org>
* perf/widgets.h
* tests/print-editor.c
* tests/prop-editor.h
* tests/testmountoperation.c
* tests/testmultidisplay.c
* tests/testnouiprint.c
* tests/testprint.c
* tests/testprintfileoperation.h
* tests/testtreesort.c
* tests/textbuffertest.c: include <gtk/gtk.h> instead of single
files. Remove some redundant includes.
svn path=/trunk/; revision=20128
Diffstat (limited to 'perf/widgets.h')
-rw-r--r-- | perf/widgets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/widgets.h b/perf/widgets.h index 349b131066..4c8c78770d 100644 --- a/perf/widgets.h +++ b/perf/widgets.h @@ -1,4 +1,4 @@ -#include <gtk/gtkwidget.h> +#include <gtk/gtk.h> GtkWidget *appwindow_new (void); |