summaryrefslogtreecommitdiff
path: root/modules/md/mod_md.c
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2017-08-08 13:50:20 +0000
committerStefan Eissing <icing@apache.org>2017-08-08 13:50:20 +0000
commit4ee5a66bd6a1993eb1d02a89aada556734c52bda (patch)
tree956c2859de442cc037d34081c111a2e38aea48fb /modules/md/mod_md.c
parent266f140fa876890e51b7e0aba37cd66b4173e178 (diff)
downloadhttpd-4ee5a66bd6a1993eb1d02a89aada556734c52bda.tar.gz
mod_md: v0.6.0 from github
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-md@1804424 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/md/mod_md.c')
-rw-r--r--modules/md/mod_md.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/md/mod_md.c b/modules/md/mod_md.c
index 691f2fcdea..caee79261f 100644
--- a/modules/md/mod_md.c
+++ b/modules/md/mod_md.c
@@ -26,8 +26,6 @@
#include <ap_listen.h>
#include "md.h"
-#include "mod_md.h"
-#include "md_config.h"
#include "md_curl.h"
#include "md_crypt.h"
#include "md_http.h"
@@ -40,7 +38,9 @@
#include "md_acme.h"
#include "md_acme_authz.h"
-#include "md_os.h"
+#include "mod_md.h"
+#include "mod_md_config.h"
+#include "mod_md_os.h"
#include "mod_watchdog.h"
static void md_hooks(apr_pool_t *pool);