summaryrefslogtreecommitdiff
path: root/cups
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-10 21:02:20 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-10 21:02:20 -0400
commit1a6abb3661642fdbf7640e523f0665a571b3a60d (patch)
tree1b5b26ab24996a35cbe2fe7f9920ec3eb6694288 /cups
parentf81f6d3d572ea0ff0233a9f6c25c2349c8d342a3 (diff)
Update Xcode project, clean up includes for _cupsRasterInterpretPPD.
Diffstat (limited to 'cups')
-rw-r--r--cups/raster-interpret.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/cups/raster-interpret.c b/cups/raster-interpret.c
index a93f22035..63d73d356 100644
--- a/cups/raster-interpret.c
+++ b/cups/raster-interpret.c
@@ -1,10 +1,11 @@
/*
* PPD command interpreter for CUPS.
*
- * Copyright 2007-2015 by Apple Inc.
- * Copyright 1993-2007 by Easy Software Products.
+ * Copyright © 2007-2018 by Apple Inc.
+ * Copyright © 1993-2007 by Easy Software Products.
*
- * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
+ * Licensed under Apache License v2.0. See the file "LICENSE" for more
+ * information.
*/
/*
@@ -12,7 +13,7 @@
*/
#include <cups/raster-private.h>
-#include <cups/ppd.h>
+#include <cups/ppd-private.h>
/*