]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - systemv/lpadmin.c
Merge changes from CUPS 1.5svn-r9049 (private header support)
[thirdparty/cups.git] / systemv / lpadmin.c
index 81ed5bb9d7fb9886809eae68ac715863290f41d9..cc0e2d6203ba65c08c19ba59b6412d371ba5aeab 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * "$Id: lpadmin.c 7720 2008-07-11 22:46:21Z mike $"
  *
- *   "lpadmin" command for the Common UNIX Printing System (CUPS).
+ *   "lpadmin" command 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 <ctype.h>
-#include <errno.h>
-#include <cups/string.h>
-#include <cups/cups.h>
-#include <cups/i18n.h>
-#include <cups/debug.h>
+#include <cups/cups-private.h>
 #ifdef HAVE_LIBZ
 #  include <zlib.h>
 #endif /* HAVE_LIBZ */