]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/rastertolabel.c
Merge changes from CUPS 1.5svn-r9049 (private header support)
[thirdparty/cups.git] / filter / rastertolabel.c
index ed7235fafb7bc6bf53bdb363083cf8d4cfb374de..dd9420c64b1121e56c8ba87914af932a8e473277 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * "$Id: rastertolabel.c 7720 2008-07-11 22:46:21Z mike $"
  *
- *   Label printer filter for the Common UNIX Printing System (CUPS).
+ *   Label printer filter for CUPS.
  *
- *   Copyright 2007-2009 by Apple Inc.
+ *   Copyright 2007-2010 by Apple Inc.
  *   Copyright 2001-2007 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
  */
 
 #include <cups/cups.h>
-#include <cups/string.h>
-#include <cups/i18n.h>
+#include <cups/string-private.h>
+#include <cups/language-private.h>
 #include <cups/raster.h>
-#include <stdlib.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <signal.h>
-#include <errno.h>
 
 
 /*