]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/test1284.c
Merge changes from CUPS 1.5svn-r9049 (private header support)
[thirdparty/cups.git] / backend / test1284.c
index 5c9b99963651bc6fb0df2861964f59f1f1cfaabc..b25bacb9503676484410b44169654abe2f998d0c 100644 (file)
@@ -1,10 +1,9 @@
 /*
  * "$Id: test1284.c 7465 2008-04-18 16:20:11Z mike $"
  *
- *   IEEE-1284 support functions test program for the Common UNIX Printing
- *   System (CUPS).
+ *   IEEE-1284 support functions test program for CUPS.
  *
- *   Copyright 2007 by Apple Inc.
+ *   Copyright 2007-2010 by Apple Inc.
  *   Copyright 1997-2006 by Easy Software Products, all rights reserved.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -24,9 +23,7 @@
  * Include necessary headers.
  */
 
-#include <cups/string.h>
-#include <stdlib.h>
-#include <errno.h>
+#include <cups/string-private.h>
 #ifdef WIN32
 #  include <io.h>
 #else