Re: [PATCH] perf: remove unneeded include of network header files

2012-09-05 Thread David Ahern
On 9/5/12 4:37 PM, Arnaldo Carvalho de Melo wrote: I fixed it already, nevermind, it was just a matter of reordering includes, think how fragil that is, but it works now. tried that route too. I could not figure out the magic ordering, so punted on v2 of the patch leaving netdb.h in. Glad to

Re: [PATCH] perf: remove unneeded include of network header files

2012-09-05 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 05, 2012 at 03:53:06PM -0600, David Ahern escreveu: > perf does not have networking related functionality, and the inclusion of > these headers is one of the causes of compile failures for Android: > https://lkml.org/lkml/2012/8/23/316 > https://lkml.org/lkml/2012/8/28/293 > > So,

Re: [PATCH] perf: remove unneeded include of network header files

2012-09-05 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 05, 2012 at 03:18:03PM -0600, David Ahern escreveu: > On 9/5/12 2:39 PM, Arnaldo Carvalho de Melo wrote: > >Em Wed, Aug 29, 2012 at 09:55:32AM -0600, David Ahern escreveu: > >>perf does not have networking related functionality, and the inclusion of > >>these headers is one of the cause

Re: [PATCH] perf: remove unneeded include of network header files

2012-09-05 Thread David Ahern
On 9/5/12 2:39 PM, Arnaldo Carvalho de Melo wrote: Em Wed, Aug 29, 2012 at 09:55:32AM -0600, David Ahern escreveu: perf does not have networking related functionality, and the inclusion of these headers is one of the causes of compile failures for Android: https://lkml.org/lkml/2012/8/23/316

Re: [PATCH] perf: remove unneeded include of network header files

2012-09-05 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 29, 2012 at 09:55:32AM -0600, David Ahern escreveu: > perf does not have networking related functionality, and the inclusion of > these headers is one of the causes of compile failures for Android: > https://lkml.org/lkml/2012/8/23/316 > https://lkml.org/lkml/2012/8/28/293 > > So,