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>.

svn path=/trunk/; revision=31928
This commit is contained in:
Guy Harris 2010-02-19 23:45:31 +00:00
parent f7e082ad35
commit 13c971dde3
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <ctype.h>
#include <time.h>
#include <string.h>