summaryrefslogtreecommitdiff
path: root/cups/testcups.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 /cups/testcups.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 'cups/testcups.c')
-rw-r--r--cups/testcups.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/cups/testcups.c b/cups/testcups.c
index 555df69a5..22ee86607 100644
--- a/cups/testcups.c
+++ b/cups/testcups.c
@@ -1,9 +1,9 @@
/*
* "$Id$"
*
- * CUPS API test program for the Common UNIX Printing System (CUPS).
+ * CUPS API test program for CUPS.
*
- * Copyright 2007-2009 by Apple Inc.
+ * Copyright 2007-2010 by Apple Inc.
* Copyright 2007 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
@@ -24,11 +24,9 @@
* Include necessary headers...
*/
-#include <stdio.h>
-#include <stdlib.h>
+#include "string-private.h"
#include "cups.h"
-#include "string.h"
-#include <errno.h>
+#include <stdlib.h>
/*