diff src/define.h @ 205:5f3fa53cb0e1

make nested mime multipart/alternative to hold the text/html parts
author Carl Byington <carl@five-ten-sg.com>
date Sat, 06 Jun 2009 12:48:09 -0700
parents 2f38c4ce606f
children 8e17efed33c1
line wrap: on
line diff
--- a/src/define.h	Sat Jun 06 11:39:02 2009 -0700
+++ b/src/define.h	Sat Jun 06 12:48:09 2009 -0700
@@ -18,10 +18,6 @@
 #include "vbuf.h"
 
 
-#ifdef HAVE_TIME_H
-    #include <time.h>
-#endif
-
 #ifdef HAVE_STRING_H
     #include <string.h>
 #endif