]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/common.h
Update svn:keyword properties.
[thirdparty/cups.git] / filter / common.h
index fff6181778c8d44ffdfaa8f6a076f96821ec0799..bbaf99eed0ef55e13191b0ab0505adb7497b0cc7 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * "$Id: common.h 6649 2007-07-11 21:46:42Z mike $"
+ * "$Id$"
  *
- *   Common filter definitions for the Common UNIX Printing System (CUPS).
+ *   Common filter definitions for CUPS.
  *
- *   Copyright 2007 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 <string.h>
-#include <errno.h>
-#include <ctype.h>
-#include <time.h>
-
+#include <cups/string-private.h>
 #include <cups/cups.h>
-#include <cups/language.h>
-#include <cups/string.h>
+#include <cups/ppd.h>
+#include <time.h>
 
 
 /*
@@ -80,5 +74,5 @@ extern void   WriteTextComment(const char *name, const char *value);
 
 
 /*
- * End of "$Id: common.h 6649 2007-07-11 21:46:42Z mike $".
+ * End of "$Id$".
  */