httpd is based on relayd and had included many headers that are only
authorreyk <reyk@openbsd.org>
Wed, 21 Jan 2015 22:21:05 +0000 (22:21 +0000)
committerreyk <reyk@openbsd.org>
Wed, 21 Jan 2015 22:21:05 +0000 (22:21 +0000)
commit86f952e4e3f9c3e51f4a0d81ecad9bcdb11017dd
tree6f92fdf34fa68d8fa96da47952698276b32fb2d3
parent68928c43a99c1507757b46fa476c5482a4d9e547
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@
12 files changed:
usr.sbin/httpd/config.c
usr.sbin/httpd/control.c
usr.sbin/httpd/httpd.c
usr.sbin/httpd/httpd.h
usr.sbin/httpd/log.c
usr.sbin/httpd/logger.c
usr.sbin/httpd/parse.y
usr.sbin/httpd/proc.c
usr.sbin/httpd/server.c
usr.sbin/httpd/server_fcgi.c
usr.sbin/httpd/server_file.c
usr.sbin/httpd/server_http.c