diff options
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_query.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_query.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_query.h b/src/gallium/drivers/llvmpipe/lp_query.h index 58eba089d8..fa9fcd8713 100644 --- a/src/gallium/drivers/llvmpipe/lp_query.h +++ b/src/gallium/drivers/llvmpipe/lp_query.h @@ -29,11 +29,11 @@ * Keith Whitwell */ -#ifndef SP_QUERY_H -#define SP_QUERY_H +#ifndef LP_QUERY_H +#define LP_QUERY_H struct llvmpipe_context; extern void llvmpipe_init_query_funcs(struct llvmpipe_context * ); -#endif /* SP_QUERY_H */ +#endif /* LP_QUERY_H */ |