Don't include header files that are not required

svn path=/trunk/; revision=30050
This commit is contained in:
Kovarththanan Rajaratnam 2009-09-21 18:31:58 +00:00
parent 702b6ea7d0
commit da5b43c80c
1 changed files with 0 additions and 6 deletions

View File

@ -27,12 +27,6 @@
# include "config.h"
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <stdlib.h>
#include <glib.h>
#include <epan/packet.h>