aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icq.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-19 23:45:31 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-02-19 23:45:31 +0000
commit07eb0547e92b057a8221c0ba44d2f2eeaf88a998 (patch)
tree290b1a2c6461744fc5b929f7cbb2d2ed73393aa7 /epan/dissectors/packet-icq.c
parent3be57c6c73d9986a265878c328d669d649cca212 (diff)
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 <assert.h>. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31928 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-icq.c')
-rw-r--r--epan/dissectors/packet-icq.c1
1 files changed, 0 insertions, 1 deletions
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 <stdio.h>
#include <stdlib.h>
-#include <assert.h>
#include <ctype.h>
#include <time.h>
#include <string.h>