[openib-general] [PATCH] Replace cl_memory.h by string.h
    Roland Dreier 
    rdreier at cisco.com
       
    Wed May 17 15:05:00 PDT 2006
    
    
  
Just curious -- what's the reason behind changes like:
 > --- a/osm/complib/cl_event_wheel.c
 > +++ b/osm/complib/cl_event_wheel.c
 > @@ -40,6 +40,7 @@ #  include <config.h>
 >  #endif /* HAVE_CONFIG_H */
 >  
 >  #include <math.h>
 > +#include <complib/cl_memory.h>
 >  #include <complib/cl_event_wheel.h>
 >  #include <complib/cl_debug.h>
It seems including cl_memory.h in more places is a step backwards, or
am I missing the point here?
 - R.
    
    
More information about the general
mailing list