# HG changeset patch # User nenolod # Date 1145038862 25200 # Node ID 9a879b7ce19e6133faed57f6d91420d548b704e0 # Parent 2fc785535aadb50545e5ffd631e1061574ce87f9 [svn] - remove declarations that we don't need to have diff -r 2fc785535aad -r 9a879b7ce19e Plugins/Input/aac/include/mpeg4ip.h --- a/Plugins/Input/aac/include/mpeg4ip.h Fri Apr 14 11:20:38 2006 -0700 +++ b/Plugins/Input/aac/include/mpeg4ip.h Fri Apr 14 11:21:02 2006 -0700 @@ -273,14 +273,6 @@ const char *lib, const char *fmt, ...); -#ifndef HAVE_IN_PORT_T -typedef uint16_t in_port_t; -#endif - -#ifndef HAVE_SOCKLEN_T -typedef unsigned int socklen_t; -#endif - #ifdef sun #include #define u_int8_t uint8_t