diff --git a/epan/proto_data.c b/epan/proto_data.c index 5a851fab29..de364e2022 100644 --- a/epan/proto_data.c +++ b/epan/proto_data.c @@ -12,23 +12,14 @@ #include -#if 0 -#include -#include -#endif #include #include #include #include -#if 0 -#include -#endif -#if 0 -#include -#endif /* Protocol-specific data attached to a frame_data structure - protocol - index and opaque pointer. */ + index, key for multiple items with the same protocol index, + and opaque pointer. */ typedef struct _proto_data { int proto; guint32 key;