llvmpipe: Match header's protection macro with filename.
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 4 Oct 2009 10:35:50 +0000 (11:35 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 4 Oct 2009 21:03:15 +0000 (22:03 +0100)
src/gallium/drivers/llvmpipe/lp_bld_format.h

index 6d3f6926193ff4013ca58b23b7c75fbf4c84724a..c087fc986eddffd3647209ae56cb098cf0abb784 100644 (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 */