Replace the types from sys/types.h and netinet/in.h by their glib.h
[obnox/wireshark/wip.git] / epan / ftypes / ftypes.h
index 5589147fb977ec6a83634335d0459ce361dcb2ec..28660ea6df82cad033ecb330d24620bfa542f1f6 100644 (file)
@@ -1,7 +1,7 @@
 /* ftypes.h
  * Definitions for field types
  *
- * $Id: ftypes.h,v 1.11 2002/06/23 10:32:35 guy Exp $
+ * $Id: ftypes.h,v 1.12 2002/08/02 21:29:45 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -113,10 +113,6 @@ ftype_can_le(enum ftenum ftype);
 
 #include <epan/ipv4.h>
 
-#ifdef HAVE_WINSOCK2_H
-#include <winsock2.h>
-#endif
-
 #include <epan/tvbuff.h>
 #include <epan/nstime.h>
 #include <epan/dfilter/drange.h>