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

2016-03-30 Thread Daniel Vetter
On Wed, Mar 30, 2016 at 04:05:20PM +0100, Emil Velikov wrote: > On 30 March 2016 at 15:19, 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. > > > > Cc: Emil Vel

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

2016-03-30 Thread Emil Velikov
On 30 March 2016 at 16:11, Daniel Vetter wrote: > On Wed, Mar 30, 2016 at 04:05:20PM +0100, Emil Velikov wrote: >> On 30 March 2016 at 15:19, 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:

[PATCH 2/3] 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. Cc: Emil Velikov Signed-off-by: Daniel Vetter --- include/uapi/drm/drm.h | 2 +- include/uapi/drm/drm_mode.h | 2 -- 2 files changed, 1 ins

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

2016-03-30 Thread Emil Velikov
On 30 March 2016 at 15:19, 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. > > Cc: Emil Velikov > Signed-off-by: Daniel Vetter > --- > include/uapi/drm/drm.h |