gtk+ r20779 - in trunk: . gtk



Author: mitch
Date: Sat Jul  5 16:03:49 2008
New Revision: 20779
URL: http://svn.gnome.org/viewvc/gtk+?rev=20779&view=rev

Log:
2008-07-05  Michael Natterer  <mitch imendio com>

	* gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up
	other include weirdness in this file.



Modified:
   trunk/ChangeLog
   trunk/gtk/gtkprogressbar.c

Modified: trunk/gtk/gtkprogressbar.c
==============================================================================
--- trunk/gtk/gtkprogressbar.c	(original)
+++ trunk/gtk/gtkprogressbar.c	Sat Jul  5 16:03:49 2008
@@ -24,15 +24,9 @@
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
-#if HAVE_CONFIG_H
-#  include <config.h>
-#  if STDC_HEADERS
-#    include <string.h>
-#    include <stdio.h>
-#  endif
-#else
-#  include <stdio.h>
-#endif
+#include "config.h"
+
+#include <string.h>
 
 #include "gtkprogressbar.h"
 #include "gtkprivate.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]