wiretap: don't include wslog.h if you don't use anything from it.
authorGuy Harris <gharris@sonic.net>
Tue, 10 Oct 2023 21:06:23 +0000 (14:06 -0700)
committerGuy Harris <gharris@sonic.net>
Tue, 10 Oct 2023 21:06:23 +0000 (14:06 -0700)
commit135b364609347621db3f68281fe990877a8c39fe
treedf1f9a6c5924ad41bb1a9825edf6d1ca5e798c7f
parent3c3c640cbae2f8426c4f6813d74d3f73c037b03d
wiretap: don't include wslog.h if you don't use anything from it.

Using stuff from ws_assert.h doesn't include using wslog.h; ws_assert.h
uses things from wslog.h, but it also includes wslog.h.
wiretap/file_access.c
wiretap/rtpdump.c
wiretap/wtap.c