Re: [RFC PATCH 0/8] Remove unneccessary included headers

2018-05-31 Thread Michael Ellerman
Christophe Leroy writes: > The purpose of this serie is to limit the number of includes to > only the necessary ones in order to reduce the number of files > recompiled everytime a header file is modified. > > This is the start of the work, please provide feedback if any so > that I don't go in t

[RFC PATCH 0/8] Remove unneccessary included headers

2018-05-30 Thread Christophe Leroy
The purpose of this serie is to limit the number of includes to only the necessary ones in order to reduce the number of files recompiled everytime a header file is modified. This is the start of the work, please provide feedback if any so that I don't go in the wrong direction. Christophe Leroy