Hi Daniel.
On Mon, May 20, 2019 at 08:45:26PM +0200, Daniel Vetter wrote:
> On Sun, May 19, 2019 at 04:20:30PM +0200, Sam Ravnborg wrote:
> > While removing use of drmP.h from files in drm/* I
> > noticed that I had to add the same include files due to
> > build errors in the header files.
> >
>
On Sun, May 19, 2019 at 04:20:30PM +0200, Sam Ravnborg wrote:
> While removing use of drmP.h from files in drm/* I
> noticed that I had to add the same include files due to
> build errors in the header files.
>
> It is better to let the header files include what is necessary
> and let the users pu
While removing use of drmP.h from files in drm/* I
noticed that I had to add the same include files due to
build errors in the header files.
It is better to let the header files include what is necessary
and let the users pull in only the additional headers files required.
So I went ahead and made