Only #include directly referenced module header files
authorKeith Packard <keithp@keithp.com>
Wed, 12 Feb 2014 22:15:44 +0000 (14:15 -0800)
committerUli Schlachter <psychon@znc.in>
Sat, 22 Mar 2014 13:44:52 +0000 (14:44 +0100)
commit1f6cd9f1fcd3c07d323b678292c9cb00ae1f7504
tree5fd8e26706756b9be4d8774ea38fcc93b2cf408e
parentcb686b576739deea00180c54697c8b62b8419ae0
Only #include directly referenced module header files

This avoids having the nested header files also included at the top
level, which is more efficient.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Uli Schlachter <psychon@znc.in>
src/c_client.py