Hey,

1) it is useless to include Eupnp.h in the exported header files. Just 
include what is needed.

2) if you include Eupnp.h in source files, then it is useless to include 
the other exported header files. Usually, in source files, it is 
sufficient to do:

#include "Eupnp.h"
#include "eupnp_private.h"  (if needed)

and if you want to be more efficient (that is, to have a faster 
compilation), just include the needed exported header files (like eina)

Vincent

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to