Get rid of some #includes that caused trouble on Windows - we need to

make this use Ethereal's data structurs for addresses, not the OS's.

svn path=/trunk/; revision=11971
This commit is contained in:
Guy Harris 2004-09-11 22:57:52 +00:00
parent ee4348b9b0
commit acdc9439b3
1 changed files with 0 additions and 9 deletions

View File

@ -23,15 +23,6 @@
*/
#include <epan/dissectors/packet-sctp.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifndef WIN32
#include <netinet/in.h>
#endif
#define SCTP_DATA_CHUNK_ID 0
#define SCTP_INIT_CHUNK_ID 1