Remove <epan/ipv6-utils.h> from tvbuff.

svn path=/trunk/; revision=53221
This commit is contained in:
Jakub Zawadzki 2013-11-10 12:31:17 +00:00
parent e7e010be58
commit 617f2eddef
3 changed files with 4 additions and 1 deletions

View File

@ -29,6 +29,7 @@
#include <string.h>
#include "tvbuff.h"
#include "ipv6-utils.h"
#include "addr_and_mask.h"
guint32

View File

@ -36,6 +36,7 @@
#include <epan/address.h>
#include <epan/tvbuff.h>
#include <epan/ipv6-utils.h>
#include <epan/to_str.h>
#include <wiretap/wtap.h>
#include "ws_symbol_export.h"

View File

@ -36,7 +36,6 @@
#define __TVBUFF_H__
#include <glib.h>
#include <epan/ipv6-utils.h>
#include <epan/guid-utils.h>
#include <epan/wmem/wmem.h>
@ -57,6 +56,8 @@ extern "C" {
struct tvbuff;
typedef struct tvbuff tvbuff_t;
struct e_in6_addr; /* ipv6-utils.h */
/** @defgroup tvbuff Testy, Virtual(-izable) Buffers
*
* Dissector use and management