]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/testarray.c
Merge changes from CUPS 1.5svn-r9049 (private header support)
[thirdparty/cups.git] / cups / testarray.c
index 52aedff509e891bc80312dafd6f46b8fa1c4d741..a34d1f4e45be0d0d96690c60251f87e17e90cf82 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * "$Id: testarray.c 6649 2007-07-11 21:46:42Z mike $"
  *
- *   Array test program for the Common UNIX Printing System (CUPS).
+ *   Array test program for CUPS.
  *
- *   Copyright 2007-2009 by Apple Inc.
+ *   Copyright 2007-2010 by Apple Inc.
  *   Copyright 1997-2006 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
  * Include necessary headers...
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <cups/string.h>
-#include <errno.h>
+#include "string-private.h"
+#include "debug-private.h"
 #include "array.h"
 #include "dir.h"
-#include "debug.h"
+#include <stdio.h>
+#include <stdlib.h>
 
 
 /*