diff options
author | Jörg Mayer <jmayer@loplof.de> | 2002-08-02 22:04:22 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2002-08-02 22:04:22 +0000 |
commit | 7e4e31f94c681eaa49a08495847960aa93af5786 (patch) | |
tree | 600d1a884ca6ffa19cfb383a5475ee007c509c53 /plugins/giop/packet-cosnaming.c | |
parent | 3105ee542f89cd986d0f81d2cd70ce385021d1ce (diff) | |
download | wireshark-7e4e31f94c681eaa49a08495847960aa93af5786.tar.gz wireshark-7e4e31f94c681eaa49a08495847960aa93af5786.tar.bz2 wireshark-7e4e31f94c681eaa49a08495847960aa93af5786.zip |
Replace the types from sys/types.h and netinet/in.h by their glib.h
equivalents for the plugins/ directory.
svn path=/trunk/; revision=5929
Diffstat (limited to 'plugins/giop/packet-cosnaming.c')
-rw-r--r-- | plugins/giop/packet-cosnaming.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/giop/packet-cosnaming.c b/plugins/giop/packet-cosnaming.c index 4dca0299c0..9e1e22bb4e 100644 --- a/plugins/giop/packet-cosnaming.c +++ b/plugins/giop/packet-cosnaming.c @@ -41,14 +41,6 @@ #include <stdlib.h> #include <gmodule.h> -#ifdef HAVE_SYS_TYPES_H -# include <sys/types.h> -#endif - -#ifdef HAVE_NETINET_IN_H -# include <netinet/in.h> -#endif - #include <string.h> #include <glib.h> #include <epan/packet.h> |