comparison src/includes.h @ 214:82886d4dd71f stable-6-0-19

Fixes to compile on Fedora 9 and for const correctness.
author Carl Byington <carl@five-ten-sg.com>
date Tue, 10 Jun 2008 08:58:42 -0700
parents a4d313c2460b
children b2a7ca398712
comparison
equal deleted inserted replaced
213:44ffef730bc4 214:82886d4dd71f
13 13
14 #ifdef HAVE_CONFIG_H 14 #ifdef HAVE_CONFIG_H
15 #include "config.h" 15 #include "config.h"
16 #endif 16 #endif
17 17
18 #include <map>
19 #include <list>
20 #include <set>
21 #include <fstream>
22 #include <regex.h>
23 #include <string.h>
24 #include <stdlib.h>
25 #include <string>
26
18 #include "tokenizer.h" 27 #include "tokenizer.h"
19 #include "context.h" 28 #include "context.h"
20 #include "dnsbl.h" 29 #include "dnsbl.h"
21 #include "scanner.h" 30 #include "scanner.h"
22 #include "spamass.h" 31 #include "spamass.h"