[PATCH] drm: align #include directives with libdrm in uapi headers

2016-03-30 Thread Daniel Vetter
We can't use because that upsets the serach paths in libdrm. Also, drop the circular inclusion in drm_mode.h. v2: Actually change the right headers. v3: Drop the #include removal per Emil's request. Cc: Emil Velikov Signed-off-by: Daniel Vetter --- include/uapi/drm/drm.h | 2 +- 1 file chang

[PATCH] drm: align #include directives with libdrm in uapi headers

2016-03-30 Thread Emil Velikov
On 30 March 2016 at 16:54, Daniel Vetter wrote: > We can't use because that upsets the serach paths in libdrm. > Also, drop the circular inclusion in drm_mode.h. > > v2: Actually change the right headers. > > v3: Drop the #include removal per Emil's request. > Thanks. > Cc: Emil Velikov > Signe

[PATCH] drm: align #include directives with libdrm in uapi headers

2016-03-30 Thread Daniel Vetter
We can't use because that upsets the serach paths in libdrm. Also, drop the circular inclusion in drm_mode.h. Cc: Emil Velikov Signed-off-by: Daniel Vetter --- include/drm/drm_crtc.h | 2 +- include/uapi/drm/drm_mode.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/