diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-03-22 18:10:39 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-03-22 18:10:39 +0000 |
commit | 0b2f97422759ea34bd3b522173f4f0a945b26619 (patch) | |
tree | e6a34d16391b9bd4b9c115f6bdf689a1fbbfa695 /tests | |
parent | 9489f4caaab2601fa604b36901149bdbe167664f (diff) | |
download | gtk+-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.c | 1 | ||||
-rw-r--r-- | tests/testtreeview.c | 1 |
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> |