]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/cups-polld.c
Merge changes from CUPS 1.5svn-r9049 (private header support)
[thirdparty/cups.git] / scheduler / cups-polld.c
index b7165b5c928f906ccac36167c54332b1432df522..12774e9b9dbf77d508f89990c474c7dab34c8829 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * "$Id: cups-polld.c 7198 2008-01-08 00:12:17Z mike $"
  *
- *   Polling daemon for the Common UNIX Printing System (CUPS).
+ *   Polling daemon 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
  * Include necessary headers...
  */
 
-#include <cups/http-private.h>
-#include <cups/cups.h>
-#include <stdlib.h>
-#include <errno.h>
-#include <cups/language.h>
-#include <cups/string.h>
+#include <cups/cups-private.h>
 #include <signal.h>