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+.
This commit is contained in:
Matthias Clasen 2006-03-22 18:10:39 +00:00 committed by Matthias Clasen
parent 9489f4caaa
commit 0b2f974227
4 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,9 @@
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+.
2006-03-22 Michael Natterer <mitch@imendio.com>
* gtk/gtkentry.c: renamed last-char-timeout to

View File

@ -1,3 +1,9 @@
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+.
2006-03-22 Michael Natterer <mitch@imendio.com>
* gtk/gtkentry.c: renamed last-char-timeout to

View File

@ -17,7 +17,6 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
#include <string.h>
#undef GTK_DISABLE_DEPRECATED

View File

@ -19,7 +19,6 @@
*/
#undef GTK_DISABLE_DEPRECATED
#include <config.h>
#include <string.h>
#include "prop-editor.h"
#include <gtk/gtk.h>