diff options
author | Brian <[email protected]> | 2007-06-29 12:16:37 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-06-29 12:16:37 -0600 |
commit | 16fdae16b6c34dd93867e98320152fbaac71139e (patch) | |
tree | 23d6c54e98f5286af24892d52fd64b72dc9d2756 | |
parent | 1be17dc446aa6b0770d76a3eccf79d0faf6608c0 (diff) |
s/G_CONTEXT_H/SP_CONTEXT_H/
-rw-r--r-- | src/mesa/pipe/softpipe/sp_context.h | 6 |
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 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 <[email protected]> */ -#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 */ |