From b482058421cce60ced22afcbba3354052e417c7c Mon Sep 17 00:00:00 2001 From: carmen rocco Date: Tue, 12 Apr 2005 13:26:42 +0000 Subject: m_pd.h isnt optional.. svn path=/trunk/externals/maxlib/; revision=2736 --- src/netclient.c | 2 -- src/netrec.c | 2 -- src/netserver.c | 2 -- 3 files changed, 6 deletions(-) diff --git a/src/netclient.c b/src/netclient.c index a248158..a0b84b6 100644 --- a/src/netclient.c +++ b/src/netclient.c @@ -26,9 +26,7 @@ /* using pollfunction instead of clock (suggested by HCS) */ #include "m_pd.h" -#if defined PD_MAJOR_VERSION && PD_MAJOR_VERSION==0 && PD_MINOR_VERSION==37 #include "s_stuff.h" -#endif #include "m_imp.h" #include diff --git a/src/netrec.c b/src/netrec.c index 965d50e..7d963e3 100644 --- a/src/netrec.c +++ b/src/netrec.c @@ -23,9 +23,7 @@ /* ---------------------------------------------------------------------------- */ #include "m_pd.h" -#if defined PD_MAJOR_VERSION && PD_MAJOR_VERSION==0 && PD_MINOR_VERSION==37 #include "s_stuff.h" -#endif #include "m_imp.h" #include diff --git a/src/netserver.c b/src/netserver.c index 47fdc01..23cfc92 100644 --- a/src/netserver.c +++ b/src/netserver.c @@ -24,9 +24,7 @@ /* ---------------------------------------------------------------------------- */ #include "m_pd.h" -#if defined PD_MAJOR_VERSION && PD_MAJOR_VERSION==0 && PD_MINOR_VERSION==37 #include "s_stuff.h" -#endif #include "m_imp.h" #include -- cgit v1.2.1