util/prim: fix the name of the include guard
It should be U_PRIM_H, not U_BLIT_H. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> Acked-by: Zack Rusin <zackr@vmware.com>
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
**************************************************************************/
|
||||
|
||||
|
||||
#ifndef U_BLIT_H
|
||||
#define U_BLIT_H
|
||||
#ifndef U_PRIM_H
|
||||
#define U_PRIM_H
|
||||
|
||||
|
||||
#include "pipe/p_defines.h"
|
||||
|
||||
Reference in New Issue
Block a user