aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgilles <gilles@poolp.org>2016-06-26 19:18:04 +0200
committergilles <gilles@poolp.org>2016-06-26 19:18:04 +0200
commit16a0f3e77e66ae341ea89f3ccd7e079986a1cedb (patch)
tree2e1437156ef79ef9e6231678766c559695aab02b
parentinclude smtpd-api.h only (diff)
downloadOpenSMTPD-extras-16a0f3e77e66ae341ea89f3ccd7e079986a1cedb.tar.xz
OpenSMTPD-extras-16a0f3e77e66ae341ea89f3ccd7e079986a1cedb.zip
include smtpd-api.h only
-rw-r--r--extras/filters/filter-regex/filter_regex.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/extras/filters/filter-regex/filter_regex.c b/extras/filters/filter-regex/filter_regex.c
index d6607c8..8106cbc 100644
--- a/extras/filters/filter-regex/filter_regex.c
+++ b/extras/filters/filter-regex/filter_regex.c
@@ -29,9 +29,7 @@
#include <regex.h>
#include <unistd.h>
-#include "smtpd-defines.h"
-#include "smtpd-api.h"
-#include "log.h"
+#include <smtpd-api.h>
#define REGEX_CONF SMTPD_CONFDIR "/filter-regex.conf"