On 6/18/07, Gerrit Renker <gerrit@xxxxxxxxxxxxxx> wrote:
[TFRC]: Fix and simplify header includes Signed-off-by: Gerrit Renker <gerrit@xxxxxxxxxxxxxx> --- a/net/dccp/ccids/lib/tfrc.h +++ b/net/dccp/ccids/lib/tfrc.h @@ -16,6 +16,11 @@ #include <linux/types.h> #include <asm/div64.h> #include "../../dccp.h" +/* internal includes that this module exports: */ +struct tfrc_rx_hist; +struct tfrc_loss_hist; +#include "loss_interval.h" +#include "packet_history.h"
Variable definitions in the middle of an include block? Is that necessary? I just haven't seen that done before and it looks a little odd... Ian -- Web: http://wand.net.nz/~iam4/ Blog: http://iansblog.jandi.co.nz WAND Network Research Group - To unsubscribe from this list: send the line "unsubscribe dccp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html