summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-09-09 20:13:58 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-09-09 20:13:58 +0000
commitc87cfa8afdb9b71127de0fe0a6c751109f81657b (patch)
treeeeb7b0349915f98453b87a1e6a38041154b2ad22 /modules
parent29490c0448dc17f1255763ab57e640eefa369883 (diff)
downloadgtk+-c87cfa8afdb9b71127de0fe0a6c751109f81657b.tar.gz
Include config.h first. (#467719)
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
Diffstat (limited to 'modules')
-rw-r--r--modules/printbackends/cups/gtkcupsutils.c2
-rw-r--r--modules/printbackends/cups/gtkprintbackendcups.c2
-rw-r--r--modules/printbackends/lpr/gtkprintbackendlpr.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/printbackends/cups/gtkcupsutils.c b/modules/printbackends/cups/gtkcupsutils.c
index 3603696961..ca7986e43d 100644
--- a/modules/printbackends/cups/gtkcupsutils.c
+++ b/modules/printbackends/cups/gtkcupsutils.c
@@ -19,8 +19,8 @@
* Boston, MA 02111-1307, USA.
*/
-#include "gtkcupsutils.h"
#include "config.h"
+#include "gtkcupsutils.h"
#include "gtkdebug.h"
#include <errno.h>
diff --git a/modules/printbackends/cups/gtkprintbackendcups.c b/modules/printbackends/cups/gtkprintbackendcups.c
index f89a0b460e..6b5d51b234 100644
--- a/modules/printbackends/cups/gtkprintbackendcups.c
+++ b/modules/printbackends/cups/gtkprintbackendcups.c
@@ -19,12 +19,12 @@
* 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>
diff --git a/modules/printbackends/lpr/gtkprintbackendlpr.c b/modules/printbackends/lpr/gtkprintbackendlpr.c
index 8febe7c71c..f73bf863e2 100644
--- a/modules/printbackends/lpr/gtkprintbackendlpr.c
+++ b/modules/printbackends/lpr/gtkprintbackendlpr.c
@@ -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>