summaryrefslogtreecommitdiffstats
path: root/src/ragel/smtp_received.rl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ragel/smtp_received.rl')
-rw-r--r--src/ragel/smtp_received.rl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ragel/smtp_received.rl b/src/ragel/smtp_received.rl
index cd912db4d..12aaeb08c 100644
--- a/src/ragel/smtp_received.rl
+++ b/src/ragel/smtp_received.rl
@@ -1,10 +1,6 @@
%%{
machine smtp_received;
- include smtp_whitespace "smtp_whitespace.rl";
- include smtp_ip "smtp_ip.rl";
- include smtp_date "smtp_date.rl";
- include smtp_address"smtp_address.rl";
# http://tools.ietf.org/html/rfc5321#section-4.4