summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_state.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-06-15 10:57:44 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-06-15 10:57:44 -0600
commit97fc7685742bfd60d36001ab832f14a003152bae (patch)
treecb6329c73211d95390b6cf6239f099cb1318a36f /src/mesa/pipe/softpipe/sp_state.h
parent3cdd8bfe8e5afa57001c605b42bfac1f3fbc4eb8 (diff)
s/PRIM_H/SP_STATE_H/
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_state.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_state.h4
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 14afce157e..bdf10112f6 100644
--- a/src/mesa/pipe/softpipe/sp_state.h
+++ b/src/mesa/pipe/softpipe/sp_state.h
@@ -28,8 +28,8 @@
/* Authors: Keith Whitwell <keith@tungstengraphics.com>
*/
-#ifndef PRIM_H
-#define PRIM_H
+#ifndef SP_STATE_H
+#define SP_STATE_H
#include "glheader.h"
#include "pipe/p_state.h"