MINOR: task: stop including stream.h from task.c
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:10:13 +0000 (20:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:27:08 +0000 (20:27 +0200)
commite08f4bf27f649082e708587740e885204779e105
tree8f59d62d4baf749bd31f40e2b8681bdaaa86c189
parentc79e89853b27c8b1dffeabb9696cc3b8ae97620d
MINOR: task: stop including stream.h from task.c

This one comes with a very deep dependency hell, only to know that
process_stream() is a function. Dropping it reduces the preprocessed
output from 1.5MB to 640kB.
src/task.c