pcapng: remove include of wtap_opttypes.h.

It's already included by wtap/wtap.h, which this file includes, and it
doesn't need to be included that early, so that #include isn't
necessary.
This commit is contained in:
Guy Harris 2021-08-29 01:00:02 -07:00
parent 07416c01dc
commit dd8c23c83d
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@
*/
#include "config.h"
#include "wtap_opttypes.h"
#define WS_LOG_DOMAIN LOG_DOMAIN_WIRETAP