]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/testspeed.c
Merge changes from CUPS 1.4svn-r7696.
[thirdparty/cups.git] / scheduler / testspeed.c
index 4b740675eca755c5bb4449ee5f4389b7d50f7934..11cdfcae676fee0526acf35b1a9884fdb3906e3f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: testspeed.c 6649 2007-07-11 21:46:42Z mike $"
+ * "$Id: testspeed.c 7688 2008-06-24 04:34:52Z mike $"
  *
  *   Scheduler speed test for the Common UNIX Printing System (CUPS).
  *
  * Include necessary headers...
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <ctype.h>
-#include <sys/types.h>
-#include <sys/time.h>
-#include <sys/wait.h>
+#include <cups/string.h>
 #include <cups/cups.h>
 #include <cups/language.h>
 #include <cups/debug.h>
+#include <sys/types.h>
+#include <sys/time.h>
+#include <sys/wait.h>
 #include <errno.h>
 
 
@@ -366,5 +364,5 @@ usage(void)
 
 
 /*
- * End of "$Id: testspeed.c 6649 2007-07-11 21:46:42Z mike $".
+ * End of "$Id: testspeed.c 7688 2008-06-24 04:34:52Z mike $".
  */