On 13 May 2015 at 18:45, Felix Fietkau <[email protected]> wrote: > On 2015-05-13 09:48, Hante Meuleman wrote: >> Initially I made the free an inline from header file, but it doesn't compile >> out of the box as it needs the definition for kfree and not all c files which >> include this header file had this, as I don't like the inclusion of header >> files from header files I choose to make an implementation in the c file. > I don't understand your reasons at all. How does it make more sense to > make the code more bloated instead of placing a simple #include > statement (which doesn't cost anything)?
I agree with Felix, I don't think there is anything forbidden about including header in a header :) -- Rafał _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
