From 6bcba6407f293927114bd14412d13307d8bc2248 Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Mon, 14 Jun 2010 19:17:56 +0000 Subject: removed ifdef for useless D_HAVECONFIG svn path=/trunk/externals/mrpeach/; revision=13655 --- osc/unpackOSC.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'osc') diff --git a/osc/unpackOSC.c b/osc/unpackOSC.c index 407cf6f..1e83a66 100644 --- a/osc/unpackOSC.c +++ b/osc/unpackOSC.c @@ -65,10 +65,6 @@ The OSC webpage is http://cnmat.cnmat.berkeley.edu/OpenSoundControl */ -#if HAVE_CONFIG_H -#include -#endif - #include "m_pd.h" #include @@ -161,7 +157,7 @@ void unpackOSC_setup(void) (t_newmethod)unpackOSC_new, (t_method)unpackOSC_free, sizeof(t_unpackOSC), 0, 0); class_addlist(unpackOSC_class, (t_method)unpackOSC_list); - class_sethelpsymbol(unpackOSC_class, gensym("routeOSC")); /* same help patch as routeOSC*/ + class_sethelpsymbol(unpackOSC_class, gensym("routeOSC")); /* same help patch as routeOSC*/ } /* unpackOSC_list expects an OSC packet in the form of a list of floats on [0..255] */ -- cgit v1.2.1