From 13c971dde32c8c68a61f7f26c97e005acfcd953f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 19 Feb 2010 23:45:31 +0000 Subject: [PATCH] We don't call assert() (and shouldn't - dissectors should use DISSECTOR_ASSERT(), so the dissection stops, but the app continues to run), so we don't need to include . svn path=/trunk/; revision=31928 --- epan/dissectors/packet-icq.c | 1 - 1 file changed, 1 deletion(-) diff --git a/epan/dissectors/packet-icq.c b/epan/dissectors/packet-icq.c index 253243b507..73c28cc088 100644 --- a/epan/dissectors/packet-icq.c +++ b/epan/dissectors/packet-icq.c @@ -39,7 +39,6 @@ #include #include -#include #include #include #include