From: José Fonseca Date: Sun, 4 Oct 2009 10:35:50 +0000 (+0100) Subject: llvmpipe: Match header's protection macro with filename. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10981c0a767f146ca649e50af9871cd499b0617e;p=mesa.git llvmpipe: Match header's protection macro with filename. --- diff --git a/src/gallium/drivers/llvmpipe/lp_bld_format.h b/src/gallium/drivers/llvmpipe/lp_bld_format.h index 6d3f6926193..c087fc986ed 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_format.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_format.h @@ -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 */