diff options
author | Russell King <rmk@armlinux.org.uk> | 2017-02-11 14:21:35 +0000 |
---|---|---|
committer | Russell King <rmk@armlinux.org.uk> | 2017-02-11 17:21:05 +0000 |
commit | 9b9099bc6af81e281eb6603ce93fc5ac48601bb9 (patch) | |
tree | ccb1c6a42b85b3629e6cd940ecee668b9bb38692 /etnaviv/etnaviv_render.c | |
parent | 2b9479862976d5c891377362f60303189b55fc35 (diff) |
etnaviv: remove unnecessary <etnaviv/etna.h> includes
Remove the <etnaviv/etna.h> include from etnaviv_accel.h, etnaviv.c,
and etnaviv_dri3.c. Add this header to those files that actually
require this include, or <etnaviv/common.xml.h> for those that just
require definitions from common.xml.h.
Signed-off-by: Russell King <rmk@armlinux.org.uk>
Diffstat (limited to 'etnaviv/etnaviv_render.c')
-rw-r--r-- | etnaviv/etnaviv_render.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etnaviv/etnaviv_render.c b/etnaviv/etnaviv_render.c index 699e1d1..33d22d8 100644 --- a/etnaviv/etnaviv_render.c +++ b/etnaviv/etnaviv_render.c @@ -37,6 +37,7 @@ #include "etnaviv_render.h" #include "etnaviv_utils.h" +#include <etnaviv/common.xml.h> #include <etnaviv/state_2d.xml.h> #include "etnaviv_compat.h" |