Don't include wsutil/plugins.h in epan/epan.h - it's not necessary.

It's *not* part of the exported API, but epan/epan.h is, and everything
that needs it either includes it or includes someething else that
includes it.

See issue #17390.
This commit is contained in:
Guy Harris 2021-05-14 23:46:31 -07:00
parent 7ab95200c1
commit 1a7b9c28d3
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
#include <epan/tvbuff.h>
#include <epan/prefs.h>
#include <epan/frame_data.h>
#include <wsutil/plugins.h>
#include <epan/register.h>
#include "ws_symbol_export.h"