mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
9489f4caaa
commit
0b2f974227
@ -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
|
||||
|
@ -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
|
||||
|
@ -17,7 +17,6 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
|
@ -19,7 +19,6 @@
|
||||
*/
|
||||
|
||||
#undef GTK_DISABLE_DEPRECATED
|
||||
#include <config.h>
|
||||
#include <string.h>
|
||||
#include "prop-editor.h"
|
||||
#include <gtk/gtk.h>
|
||||
|
Loading…
Reference in New Issue
Block a user