diff options
author | Ron <ron@debian.org> | 2011-03-06 10:51:42 +1030 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2011-03-06 10:22:07 +0100 |
commit | b3d7e7bce03946102ff79aeef225106316b23edc (patch) | |
tree | 1aa7273bb71fbcc996efd1d4c1b89d8f6c00b963 | |
parent | 17fd064d36e1e6962305d78844605dd8f22c4837 (diff) | |
download | dovecot-antispam-b3d7e7bce03946102ff79aeef225106316b23edc.tar.gz dovecot-antispam-b3d7e7bce03946102ff79aeef225106316b23edc.tar.xz dovecot-antispam-b3d7e7bce03946102ff79aeef225106316b23edc.zip |
Drop dlfcn.h again now the plugins are builtin
-rw-r--r-- | antispam-plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/antispam-plugin.c b/antispam-plugin.c index 2b4ff93..5260948 100644 --- a/antispam-plugin.c +++ b/antispam-plugin.c @@ -27,7 +27,6 @@ #include <stdlib.h> #include <ctype.h> -#include <dlfcn.h> /* dovecot headers we need */ #include "lib.h" |