Mesa (master): radeonsi: directly include radeon/* headers

Emil Velikov evelikov at kemper.freedesktop.org
Mon Jul 13 19:54:37 UTC 2015


Module: Mesa
Branch: master
Commit: 9027d53b2a00b3073f904cc3cb995e8953e41036
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9027d53b2a00b3073f904cc3cb995e8953e41036

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Tue Jun 30 14:37:19 2015 +0100

radeonsi: directly include radeon/* headers

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>

---

 src/gallium/drivers/radeonsi/cik_sdma.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/radeonsi/cik_sdma.c b/src/gallium/drivers/radeonsi/cik_sdma.c
index 86111cb..47b586f 100644
--- a/src/gallium/drivers/radeonsi/cik_sdma.c
+++ b/src/gallium/drivers/radeonsi/cik_sdma.c
@@ -27,7 +27,7 @@
 
 #include "sid.h"
 #include "si_pipe.h"
-#include "../radeon/r600_cs.h"
+#include "radeon/r600_cs.h"
 
 #include "util/u_format.h"
 




More information about the mesa-commit mailing list