diff options
-rw-r--r-- | src/netclient.c | 2 | ||||
-rw-r--r-- | src/netrec.c | 2 | ||||
-rw-r--r-- | src/netserver.c | 2 |
3 files changed, 0 insertions, 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 <sys/types.h>
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 <sys/types.h>
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 <sys/types.h>
|