diff options
author | Chia-I Wu <[email protected]> | 2013-06-20 11:52:03 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-06-25 11:51:26 +0800 |
commit | 4d789c76dce580d754fe146041d7a1118524a4ff (patch) | |
tree | 1dfb91a20b86170042dd37a2172c9a554f5912d7 /src/gallium/drivers/ilo/shader/ilo_shader_cs.c | |
parent | e3cbb18321b530ab01f57f21b22d38b89efcaec4 (diff) |
ilo: move internal shader interface to a new header
Move it to ilo_shader_internal.h. The goal is to make files not part of the
compiler include only ilo_shader.h eventually.
Diffstat (limited to 'src/gallium/drivers/ilo/shader/ilo_shader_cs.c')
-rw-r--r-- | src/gallium/drivers/ilo/shader/ilo_shader_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/shader/ilo_shader_cs.c b/src/gallium/drivers/ilo/shader/ilo_shader_cs.c index 85182f2a1b7..880ec57ae41 100644 --- a/src/gallium/drivers/ilo/shader/ilo_shader_cs.c +++ b/src/gallium/drivers/ilo/shader/ilo_shader_cs.c @@ -25,7 +25,7 @@ * Chia-I Wu <[email protected]> */ -#include "ilo_shader.h" +#include "ilo_shader_internal.h" /** * Compile the compute shader. |