]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/filter.c
Merge changes from CUPS 1.5svn-r9049 (private header support)
[thirdparty/cups.git] / scheduler / filter.c
index 6df0483f9866afa161f127e42e020e86e35e90cd..1234de52a957a90c38c1c1587c4ca8c3fe8ecd01 100644 (file)
@@ -1,9 +1,9 @@
 /*
  * "$Id: filter.c 7694 2008-06-26 00:23:20Z mike $"
  *
- *   File type conversion routines for the Common UNIX Printing System (CUPS).
+ *   File type conversion routines for CUPS.
  *
- *   Copyright 2007-2008 by Apple Inc.
+ *   Copyright 2007-2010 by Apple Inc.
  *   Copyright 1997-2007 by Easy Software Products, all rights reserved.
  *
  *   These coded instructions, statements, and computer programs are the
  * Include necessary headers...
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <ctype.h>
-
-#include <cups/debug.h>
-#include <cups/string.h>
+#include <cups/string-private.h>
+#include <cups/debug-private.h>
 #include "mime.h"