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/testprintfileoperation.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 'tests/testprintfileoperation.h')
-rw-r--r-- | tests/testprintfileoperation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testprintfileoperation.h b/tests/testprintfileoperation.h index 653abbf802..40472fdf94 100644 --- a/tests/testprintfileoperation.h +++ b/tests/testprintfileoperation.h @@ -1,7 +1,7 @@ #ifndef __TEST_PRINT_FILE_OPERATION_H__ #define __TEST_PRINT_FILE_OPERATION_H__ -#include <gtk/gtkprintoperation.h> +#include <gtk/gtk.h> G_BEGIN_DECLS |