[modules] Remove unneeded inclusion of stdio.h

personal/stbuehler/wip
Thomas Porzelt 14 years ago
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…
Cancel
Save