2
0
Fork 0

[modules] Remove unneeded inclusion of stdio.h

This commit is contained in:
Thomas Porzelt 2009-07-04 21:56:32 +02:00
parent 40b4993b2d
commit c49219699e
3 changed files with 0 additions and 3 deletions

View File

@ -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);

View File

@ -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);

View File

@ -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);