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 /tests/testmountoperation.c | |
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 'tests/testmountoperation.c')
-rw-r--r-- | tests/testmountoperation.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testmountoperation.c b/tests/testmountoperation.c index 92edf3324e..c6ba138c27 100644 --- a/tests/testmountoperation.c +++ b/tests/testmountoperation.c @@ -20,7 +20,6 @@ #include <config.h> #include <gtk/gtk.h> -#include <gtk/gtkmountoperation.h> static gboolean ask_question = FALSE; static gboolean anonymous = FALSE; |