diff options
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_quad.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_quad.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_quad.h b/src/gallium/drivers/llvmpipe/lp_quad.h index bd6c6cb9123..f31a74404de 100644 --- a/src/gallium/drivers/llvmpipe/lp_quad.h +++ b/src/gallium/drivers/llvmpipe/lp_quad.h @@ -28,8 +28,8 @@ /* Authors: Keith Whitwell <[email protected]> */ -#ifndef SP_QUAD_H -#define SP_QUAD_H +#ifndef LP_QUAD_H +#define LP_QUAD_H #include "pipe/p_state.h" #include "tgsi/tgsi_exec.h" @@ -103,4 +103,4 @@ struct quad_header { unsigned nr_attrs; }; -#endif /* SP_QUAD_H */ +#endif /* LP_QUAD_H */ |