]> Pileus Git - ~andy/gtk/commitdiff
Remove pointless includes of config.h, to make it easier compilable
authorMatthias Clasen <mclasen@redhat.com>
Wed, 22 Mar 2006 18:10:39 +0000 (18:10 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 22 Mar 2006 18:10:39 +0000 (18:10 +0000)
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+.

ChangeLog
ChangeLog.pre-2-10
tests/prop-editor.c
tests/testtreeview.c

index 8d11a4ee59cdb1350afbd1ad8668d15d315f090d..8bb84ed74be71ff5feff7cd69d8c1c31ff68f248 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 8d11a4ee59cdb1350afbd1ad8668d15d315f090d..8bb84ed74be71ff5feff7cd69d8c1c31ff68f248 100644 (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
index eefd00420e4b06ce705dc8c5440fcbefcbe718c9..5a7a6962d3eed7507e40c463df40e8cd08a0ff59 100644 (file)
@@ -17,7 +17,6 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#include <config.h>
 #include <string.h>
 
 #undef GTK_DISABLE_DEPRECATED
index d1fd5ef1723c6a18400808550fa5cdada0ee9658..d4a95d43af320089617fb5f879e711c711b3578b 100644 (file)
@@ -19,7 +19,6 @@
  */
 
 #undef GTK_DISABLE_DEPRECATED
-#include <config.h>
 #include <string.h>
 #include "prop-editor.h"
 #include <gtk/gtk.h>