summaryrefslogtreecommitdiff
path: root/tests/prop-editor.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@gimp.org>2008-05-23 14:55:43 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-05-23 14:55:43 +0000
commitc75c6bf4441e85bb83ef3ac2118a3c7bd5fa98d5 (patch)
tree1d4e511b1367b9b6ee7516c5ffbbbc40a5927143 /tests/prop-editor.h
parent57625ac5b94902d7c47a2411a8f6eda6ce84d7bd (diff)
downloadgtk+-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/prop-editor.h')
-rw-r--r--tests/prop-editor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/prop-editor.h b/tests/prop-editor.h
index 1f86d9be11..377f81720d 100644
--- a/tests/prop-editor.h
+++ b/tests/prop-editor.h
@@ -16,7 +16,8 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
-#include <gtk/gtkwidget.h>
+
+#include <gtk/gtk.h>
#ifndef __PROP_EDITOR_H__
#define __PROP_EDITOR_H__