On Tue, Jul 16, 2019 at 2:45 AM Sam Ravnborg wrote:
>
> Drop use of the deprecated drmP.h header file.
>
> While touching the include files divide them up in blocks
> in the typical order:
>
> \#include
>
> \#include
>
> \#include
>
> \#include ""
>
> And sort the includes in the blocks
> Add t
Hi, Sam:
On Tue, 2019-07-16 at 08:42 +0200, Sam Ravnborg wrote:
> Drop use of the deprecated drmP.h header file.
>
> While touching the include files divide them up in blocks
> in the typical order:
>
> \#include
>
> \#include
>
> \#include
>
> \#include ""
>
> And sort the includes in th
Drop use of the deprecated drmP.h header file.
While touching the include files divide them up in blocks
in the typical order:
\#include
\#include
\#include
\#include ""
And sort the includes in the blocks
Add the necessary includes to fix build after removal of drmP.h
Signed-off-by: Sam