diff options
author | Brian <[email protected]> | 2007-06-15 10:57:44 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-06-15 10:57:44 -0600 |
commit | 97fc7685742bfd60d36001ab832f14a003152bae (patch) | |
tree | cb6329c73211d95390b6cf6239f099cb1318a36f | |
parent | 3cdd8bfe8e5afa57001c605b42bfac1f3fbc4eb8 (diff) |
s/PRIM_H/SP_STATE_H/
-rw-r--r-- | src/mesa/pipe/softpipe/sp_state.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/softpipe/sp_state.h b/src/mesa/pipe/softpipe/sp_state.h index 14afce157e8..bdf10112f6d 100644 --- a/src/mesa/pipe/softpipe/sp_state.h +++ b/src/mesa/pipe/softpipe/sp_state.h @@ -28,8 +28,8 @@ /* Authors: Keith Whitwell <[email protected]> */ -#ifndef PRIM_H -#define PRIM_H +#ifndef SP_STATE_H +#define SP_STATE_H #include "glheader.h" #include "pipe/p_state.h" |