summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-03-22 18:10:39 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-03-22 18:10:39 +0000
commit0b2f97422759ea34bd3b522173f4f0a945b26619 (patch)
treee6a34d16391b9bd4b9c115f6bdf689a1fbbfa695 /tests
parent9489f4caaab2601fa604b36901149bdbe167664f (diff)
downloadgtk+-0b2f97422759ea34bd3b522173f4f0a945b26619.tar.gz
Remove pointless includes of config.h, to make it easier compilable
2006-03-22 Matthias Clasen <mclasen@redhat.com> * tests/prop-editor.c: * tests/testtreeview.c: Remove pointless includes of config.h, to make it easier compilable against system GTK+.
Diffstat (limited to 'tests')
-rw-r--r--tests/prop-editor.c1
-rw-r--r--tests/testtreeview.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/prop-editor.c b/tests/prop-editor.c
index eefd00420e..5a7a6962d3 100644
--- a/tests/prop-editor.c
+++ b/tests/prop-editor.c
@@ -17,7 +17,6 @@
* Boston, MA 02111-1307, USA.
*/
-#include <config.h>
#include <string.h>
#undef GTK_DISABLE_DEPRECATED
diff --git a/tests/testtreeview.c b/tests/testtreeview.c
index d1fd5ef172..d4a95d43af 100644
--- a/tests/testtreeview.c
+++ b/tests/testtreeview.c
@@ -19,7 +19,6 @@
*/
#undef GTK_DISABLE_DEPRECATED
-#include <config.h>
#include <string.h>
#include "prop-editor.h"
#include <gtk/gtk.h>