[modules] Remove unneeded inclusion of stdio.h
This commit is contained in:
parent
40b4993b2d
commit
c49219699e
|
@ -44,7 +44,6 @@
|
|||
* MIT, see COPYING file in the lighttpd 2 tree
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <lighttpd/base.h>
|
||||
|
||||
LI_API gboolean mod_access_init(modules *mods, module *mod);
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
* MIT, see COPYING file in the lighttpd 2 tree
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <lighttpd/base.h>
|
||||
|
||||
LI_API gboolean mod_debug_init(modules *mods, module *mod);
|
||||
|
|
|
@ -57,7 +57,6 @@
|
|||
* MIT, see COPYING file in the lighttpd 2 tree
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <lighttpd/base.h>
|
||||
|
||||
LI_API gboolean mod_rewrite_init(modules *mods, module *mod);
|
||||
|
|
Loading…
Reference in New Issue