summaryrefslogtreecommitdiff
path: root/scheduler/mime.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-03-24 14:32:08 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-03-24 14:32:08 +0000
commit71e160228f56370c40a47637d85d07c230052e86 (patch)
tree00d1c9b78a365ca7518f7bba195275135e6e3430 /scheduler/mime.c
parent54afec335014303dba3c6eabe5393adce9e660ad (diff)
downloadcups-71e160228f56370c40a47637d85d07c230052e86.tar.gz
Merge changes from CUPS 1.5svn-r9049 (private header support)
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1992 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/mime.c')
-rw-r--r--scheduler/mime.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/scheduler/mime.c b/scheduler/mime.c
index 890f2ea06..5e3377a34 100644
--- a/scheduler/mime.c
+++ b/scheduler/mime.c
@@ -1,9 +1,9 @@
/*
* "$Id: mime.c 7694 2008-06-26 00:23:20Z mike $"
*
- * MIME database file routines for the Common UNIX Printing System (CUPS).
+ * MIME database file routines for CUPS.
*
- * Copyright 2007-2008 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
@@ -38,13 +38,9 @@
* Include necessary headers...
*/
-#include <stdio.h>
-#include <stdlib.h>
-#include <ctype.h>
-
-#include <cups/debug.h>
+#include <cups/string-private.h>
+#include <cups/debug-private.h>
#include <cups/dir.h>
-#include <cups/string.h>
#include "mime.h"