Don't need include ipproto.h

Change-Id: Ia2fe7df0ec72c0ba9eb77ea4beafe58be20d901d
Reviewed-on: https://code.wireshark.org/review/3970
Reviewed-by: Evan Huus <eapache@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-05-16 15:13:48 +02:00 committed by Evan Huus
parent 4ca9a5e320
commit 01ca28d94f
2 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@
#include <epan/packet.h>
#include <epan/emem.h>
#include <epan/dissectors/packet-tcp.h>
#include <epan/ipproto.h>
#include <epan/to_str.h>
/* Forward declarations */

View File

@ -32,7 +32,6 @@
#include <epan/reassemble.h>
#include <epan/expert.h>
#include <epan/nlpid.h>
#include <epan/ipproto.h>
#include "packet-osi.h"
#include "packet-osi-options.h"