diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2017-06-21 21:41:59 -0400 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2017-07-15 22:42:15 -0400 |
commit | 9e75b8198240b6f6663026f69cfd4deb534187cf (patch) | |
tree | e566292fd8fe3c2f47a79847dd5d250e6d3df3de /src/mod_cml.c | |
parent | 6691eb377e671f322f04320d80046a3f32ca3da4 (diff) | |
download | lighttpd-git-9e75b8198240b6f6663026f69cfd4deb534187cf.tar.gz |
[core] reduce exposure of unistd.h, other includes
reduce exposure of unistd.h, and some other include cleanup
Diffstat (limited to 'src/mod_cml.c')
-rw-r--r-- | src/mod_cml.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_cml.c b/src/mod_cml.c index 5f9fc97e..16abd589 100644 --- a/src/mod_cml.c +++ b/src/mod_cml.c @@ -14,7 +14,6 @@ #include <stdlib.h> #include <string.h> #include <errno.h> -#include <unistd.h> /* init the plugin data */ INIT_FUNC(mod_cml_init) { |