[PATCH 14/20] drm: move remaining includes in drmP.h to the top

2014-08-29 Thread Thierry Reding
On Fri, Aug 29, 2014 at 12:12:40PM +0200, David Herrmann wrote: [...] > diff --git a/include/drm/drmP.h b/include/drm/drmP.h [...] > @@ -64,8 +61,14 @@ > #include > #include > > -#include > +#include > +#include The uapi/ prefix is not strictly necessary since include/uapi is in the inclu

[PATCH 14/20] drm: move remaining includes in drmP.h to the top

2014-08-29 Thread David Herrmann
Including headers somewhere else but at the top is ugly, deprecated and was used in early days only to speed up compile-times. Those days are over. Make headers independent and then move the inclusions to the top. Signed-off-by: David Herrmann --- include/drm/drmP.h | 31 --