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:
Chia-I Wu 2013-05-02 13:46:21 +08:00
parent 5dd3bd70a1
commit ddf0e3930f

View file

@ -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"