diff options
author | Emil Velikov <[email protected]> | 2014-08-16 17:58:25 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-08-28 21:24:37 +0100 |
commit | a131263a2f19507ca0d2f6093672d930a7c054d1 (patch) | |
tree | 249244d472578081e2cf3f35d1c1fcafacbaedd3 /src/gallium/drivers/r300/r300_screen.h | |
parent | 22a13f5b09b62557fcbc72f38421bbd9328bcb37 (diff) |
gallium/radeon: cleanup header inclusion
- Add top_srcdir/src/gallium/winsys to GALLIUM_DRIVER_C{XXFLAGS}.
- Remove top_srcdir/src/gallium/drivers/radeon from the includes.
As a result:
- Common radeon headers are prefixed with 'radeon/'
- Winsys header inclusion is prefixed 'radeon/drm'
Cc: Marek Olšák <[email protected]>
Cc: Michel Dänzer <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r300/r300_screen.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_screen.h b/src/gallium/drivers/r300/r300_screen.h index e129cee57c7..f0dd3c62bae 100644 --- a/src/gallium/drivers/r300/r300_screen.h +++ b/src/gallium/drivers/r300/r300_screen.h @@ -25,7 +25,7 @@ #define R300_SCREEN_H #include "r300_chipset.h" -#include "../../winsys/radeon/drm/radeon_winsys.h" +#include "radeon/drm/radeon_winsys.h" #include "pipe/p_screen.h" #include "util/u_slab.h" #include "os/os_thread.h" |