]> Pileus Git - ~andy/gtk/commitdiff
Include config.h first. (#467719)
authorMatthias Clasen <mclasen@redhat.com>
Sun, 9 Sep 2007 20:13:58 +0000 (20:13 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 9 Sep 2007 20:13:58 +0000 (20:13 +0000)
2007-09-09  Matthias Clasen  <mclasen@redhat.com>

        * modules/printbackends/lpr/gtkprintbackendlpr.c:
        * modules/printbackends/cups/gtkcupsutils.c:
        * modules/printbackends/cups/gtkprintbackendcups.c: Include
        config.h first.  (#467719)

svn path=/trunk/; revision=18772

ChangeLog
modules/printbackends/cups/gtkcupsutils.c
modules/printbackends/cups/gtkprintbackendcups.c
modules/printbackends/lpr/gtkprintbackendlpr.c

index 77ea57a7eae691bec0834b2b98f3f798724efcf9..173c77026bb0662d29e5c0a3af33b9bf2d46dfab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-09-09  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/printbackends/lpr/gtkprintbackendlpr.c:
+       * modules/printbackends/cups/gtkcupsutils.c:
+       * modules/printbackends/cups/gtkprintbackendcups.c: Include
+       config.h first.  (#467719)
+
 2007-09-09  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtklinkbutton.c:
index 36036969618d8da57f907577f1756902058fe49b..ca7986e43d2e2877fdd98633dbbf244e93391d3e 100644 (file)
@@ -19,8 +19,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#include "gtkcupsutils.h"
 #include "config.h"
+#include "gtkcupsutils.h"
 #include "gtkdebug.h"
 
 #include <errno.h>
index f89a0b460e3fb39964ff88e4bbc089892aec8161..6b5d51b234e483fcd71804d234a5fc624b450369 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <stdlib.h>
 
-#include <config.h>
 #include <cups/cups.h>
 #include <cups/language.h>
 #include <cups/http.h>
index 8febe7c71cc85aa28f7e31d48d90bb513e1f8509..f73bf863e2ebae11c36c7fa4929561f62961ad96 100644 (file)
@@ -19,6 +19,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include <config.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>
@@ -26,7 +27,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <config.h>
 #include <errno.h>
 #include <cairo.h>
 #include <cairo-ps.h>