]> code.citadel.org Git - citadel.git/blobdiff - citadel/mime_parser.c
* Changed the comments at the beginning of each file to a consistent format
[citadel.git] / citadel / mime_parser.c
index 55f1f4d7ffc8c1d5a4c8d61405fa98952c79749d..34decdd0211b798209210f1d6f292fe0e560108a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * mime_parser.c
+ * $Id$
  *
  * This is a really bad attempt at writing a parser to handle MIME-encoded
  * messages.
@@ -7,8 +7,6 @@
  * Copyright (c) 1998-1999 by Art Cancro
  * This code is distributed under the terms of the GNU General Public License.
  *
- * $Id$
- *
  */
 
 #include "sysdep.h"
@@ -21,9 +19,6 @@
 #include <string.h>
 #include <sys/stat.h>
 #include <errno.h>
-#ifdef HAVE_PTHREAD_H
-#include <pthread.h>
-#endif
 #include "citadel.h"
 #include "mime_parser.h"
 #include "sysdep_decls.h"