commit | d7d2c48e5cfe27dc7378e48d4f22efcf417317d9 | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@gmail.com> | Fri Aug 29 12:12:40 2014 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Wed Sep 10 17:42:03 2014 +1000 |
tree | 42a5a54b7651df6e6a7bce6e0081b3f9999ffd75 | |
parent | 69d516c0a990b42c4d55f7631fa28cc41bfcc8f0 [diff] |
drm: move remaining includes in drmP.h to the top 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 <dh.herrmann@gmail.com> Reviewed-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Dave Airlie <airlied@redhat.com>