CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/01/21 15:21:06
Modified files:
usr.sbin/httpd : config.c control.c httpd.c httpd.h log.c
logger.c parse.y proc.c server.c server_fcgi.c
server_file.c server_http.c
Log message:
httpd is based on relayd and had included many headers that are only
needed by its ancestor. jsg@, include-what-you-use, and some manual
review helped to cleanup the headers (take iwyu with a grain of salt).
Based on common practice, httpd.h now also includes the necessary
headers for itself.
OK florian@