wsutil: Fix incorrect header include

wsutil should not have any dependency on epan, replace the
extraneous header.
This commit is contained in:
João Valverde 2021-06-25 03:33:07 +01:00 committed by Guy Harris
parent a7ef7ff40d
commit 129046b518
2 changed files with 3 additions and 3 deletions

View File

@ -10,10 +10,9 @@
#include "config.h"
#include <glib.h>
#include <wsutil/wslog.h>
#include "codecs.h"
#include <wsutil/wslog.h>
#ifdef HAVE_PLUGINS
#include <wsutil/plugins.h>
#endif

View File

@ -11,10 +11,11 @@
#ifndef _CODECS_H_
#define _CODECS_H_
#include <epan/epan.h>
#include "ws_symbol_export.h"
#include "ws_attributes.h"
#include <glib.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */