From 16fdae16b6c34dd93867e98320152fbaac71139e Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 29 Jun 2007 12:16:37 -0600 Subject: s/G_CONTEXT_H/SP_CONTEXT_H/ --- src/mesa/pipe/softpipe/sp_context.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mesa') diff --git a/src/mesa/pipe/softpipe/sp_context.h b/src/mesa/pipe/softpipe/sp_context.h index c38102e2fd..7ba78b8090 100644 --- a/src/mesa/pipe/softpipe/sp_context.h +++ b/src/mesa/pipe/softpipe/sp_context.h @@ -28,8 +28,8 @@ /* Authors: Keith Whitwell */ -#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 */ -- cgit v1.2.3