summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_context.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-06-29 12:16:37 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-06-29 12:16:37 -0600
commit16fdae16b6c34dd93867e98320152fbaac71139e (patch)
tree23d6c54e98f5286af24892d52fd64b72dc9d2756 /src/mesa/pipe/softpipe/sp_context.h
parent1be17dc446aa6b0770d76a3eccf79d0faf6608c0 (diff)
s/G_CONTEXT_H/SP_CONTEXT_H/
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_context.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_context.h6
1 files changed, 3 insertions, 3 deletions
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 <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 */