Superfluous Include Statement
Hi all,
I think the code in /src/test/test_bt_cl.c could be improved by removing line 4, which reads:
`#include "orconfig.h"`
because line 11 of /src/test/test_bt_cl.c reads:
`#include "util.h"`
I checked util.h (found in /src/common/), and it already includes the orconfig.h file on line 14.
Would it be appropriate then, to delete line 4 of /src/test/test_bt_cl.c?
Thanks,
Benjamin
**Trac**:
**Username**: BenjaminPollak
issue