mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
s/PRIM_H/SP_STATE_H/
This commit is contained in:
parent
3cdd8bfe8e
commit
97fc768574
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@
|
|||
/* Authors: Keith Whitwell <keith@tungstengraphics.com>
|
||||
*/
|
||||
|
||||
#ifndef PRIM_H
|
||||
#define PRIM_H
|
||||
#ifndef SP_STATE_H
|
||||
#define SP_STATE_H
|
||||
|
||||
#include "glheader.h"
|
||||
#include "pipe/p_state.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue