On 18 February 2016 at 19:54, Eric Blake <ebl...@redhat.com> wrote: > On 02/18/2016 11:05 AM, Peter Maydell wrote: >> Clean up includes so that osdep.h is included first and headers >> which it implies are not included manually. >> >> This commit was created with scripts/clean-includes. >> >> NB: If this commit breaks compilation for your out-of-tree >> patchseries or fork, then you need to make sure you add >> #include "qemu/osdep.h" to any new .c files that you have. >> >> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> >> --- > >> 97 files changed, 156 deletions(-) > >> >> +++ b/include/migration/qemu-file.h >> @@ -25,7 +25,6 @@ >> #define QEMU_FILE_H 1 >> #include "exec/cpu-common.h" >> >> -#include <stdint.h> >> >> /* This function writes a chunk of data to a file at the given position. > > Cleanups like this change the resulting whitespace in the file. I don't > personally care, but I'm pointing it out in case someone does.
Oh, you mean we end up with two blank lines in a row? Yeah, I don't care about that either :-) thanks -- PMM