mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
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:
parent
5dd3bd70a1
commit
ddf0e3930f
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue