aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_stat.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-11 22:57:52 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-11 22:57:52 +0000
commitacdc9439b3761ffac87a7aef738f3d3881bc7347 (patch)
tree55cc133d8228b8ec66cfb8afa7c33164c110dd4c /gtk/sctp_stat.h
parentee4348b9b0011124f59036554b001ee97a3e5d1f (diff)
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
Diffstat (limited to 'gtk/sctp_stat.h')
-rw-r--r--gtk/sctp_stat.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk/sctp_stat.h b/gtk/sctp_stat.h
index d14350a835..8b18668318 100644
--- a/gtk/sctp_stat.h
+++ b/gtk/sctp_stat.h
@@ -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