llvmpipe: Match header's protection macro with filename.

This commit is contained in:
José Fonseca 2009-10-04 11:35:50 +01:00
parent cd0a396813
commit 10981c0a76
1 changed files with 3 additions and 3 deletions

View File

@ -25,8 +25,8 @@
*
**************************************************************************/
#ifndef LP_BLD_H
#define LP_BLD_H
#ifndef LP_BLD_FORMAT_H
#define LP_BLD_FORMAT_H
/**
@ -116,4 +116,4 @@ lp_build_load_rgba_soa(LLVMBuilderRef builder,
LLVMValueRef offsets,
LLVMValueRef *rgba);
#endif /* !LP_BLD_H */
#endif /* !LP_BLD_FORMAT_H */