diff --git a/src/mesa/pipe/softpipe/sp_context.h b/src/mesa/pipe/softpipe/sp_context.h index c38102e2fd8..7ba78b8090e 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 */