s/G_CONTEXT_H/SP_CONTEXT_H/
authorBrian <brian.paul@tungstengraphics.com>
Fri, 29 Jun 2007 18:16:37 +0000 (12:16 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 29 Jun 2007 18:16:37 +0000 (12:16 -0600)
src/mesa/pipe/softpipe/sp_context.h

index c38102e..7ba78b8 100644 (file)
@@ -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 */