diff options
author | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-03-30 04:31:40 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-03-30 04:31:40 +0800 |
commit | fe962a2055234adf407999f0557ae25441ca5c35 (patch) | |
tree | ce9254cb08e91cf6528cde689139bd5e4e535ba7 /camel/broken-date-parser.h | |
parent | 8a0c0a680252b389ad3b3a58090690925b9f99b1 (diff) | |
download | gsoc2013-evolution-fe962a2055234adf407999f0557ae25441ca5c35.tar.gz gsoc2013-evolution-fe962a2055234adf407999f0557ae25441ca5c35.tar.zst gsoc2013-evolution-fe962a2055234adf407999f0557ae25441ca5c35.zip |
Big header cleanups and nntp compile fix
svn path=/trunk/; revision=9024
Diffstat (limited to 'camel/broken-date-parser.h')
-rw-r--r-- | camel/broken-date-parser.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/camel/broken-date-parser.h b/camel/broken-date-parser.h index 17000b3299..57607a7bdf 100644 --- a/camel/broken-date-parser.h +++ b/camel/broken-date-parser.h @@ -20,16 +20,7 @@ * */ -#include <config.h> - -#include <stdio.h> -#include <stdlib.h> -#include <string.h> - #include <glib.h> -#include <time.h> - -#include <ctype.h> /* prototypes for functions dealing with broken date formats */ |