summaryrefslogtreecommitdiff
path: root/filter/rastertohp.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-03-24 14:32:08 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-03-24 14:32:08 +0000
commit71e160228f56370c40a47637d85d07c230052e86 (patch)
tree00d1c9b78a365ca7518f7bba195275135e6e3430 /filter/rastertohp.c
parent54afec335014303dba3c6eabe5393adce9e660ad (diff)
downloadcups-71e160228f56370c40a47637d85d07c230052e86.tar.gz
Merge changes from CUPS 1.5svn-r9049 (private header support)
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1992 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'filter/rastertohp.c')
-rw-r--r--filter/rastertohp.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/filter/rastertohp.c b/filter/rastertohp.c
index 398a484e6..1192d7848 100644
--- a/filter/rastertohp.c
+++ b/filter/rastertohp.c
@@ -1,10 +1,9 @@
/*
* "$Id: rastertohp.c 7834 2008-08-04 21:02:09Z mike $"
*
- * Hewlett-Packard Page Control Language filter for the Common UNIX
- * Printing System (CUPS).
+ * Hewlett-Packard Page Control Language filter for CUPS.
*
- * Copyright 2007-2009 by Apple Inc.
+ * Copyright 2007-2010 by Apple Inc.
* Copyright 1993-2007 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -32,14 +31,12 @@
*/
#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>
/*