mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
s/G_CONTEXT_H/SP_CONTEXT_H/
This commit is contained in:
parent
1be17dc446
commit
16fdae16b6
1 changed files with 3 additions and 3 deletions
|
|
@ -28,8 +28,8 @@
|
|||
/* Authors: Keith Whitwell <keith@tungstengraphics.com>
|
||||
*/
|
||||
|
||||
#ifndef G_CONTEXT_H
|
||||
#define G_CONTEXT_H
|
||||
#ifndef SP_CONTEXT_H
|
||||
#define SP_CONTEXT_H
|
||||
|
||||
#include "glheader.h"
|
||||
|
||||
|
|
@ -164,4 +164,4 @@ softpipe_context( struct pipe_context *pipe )
|
|||
}
|
||||
|
||||
|
||||
#endif
|
||||
#endif /* SP_CONTEXT_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue