summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_surface.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_surface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/pipe/softpipe/sp_surface.h b/src/mesa/pipe/softpipe/sp_surface.h
index 05b125d17b..ac66ffe891 100644
--- a/src/mesa/pipe/softpipe/sp_surface.h
+++ b/src/mesa/pipe/softpipe/sp_surface.h
@@ -28,8 +28,8 @@
/* Authors: Keith Whitwell <keith@tungstengraphics.com>
*/
-#ifndef G_SURFACE_H
-#define G_SURFACE_H
+#ifndef SP_SURFACE_H
+#define SP_SURFACE_H
#include "glheader.h"
#include "sp_headers.h"
@@ -93,4 +93,4 @@ softpipe_surface(struct pipe_surface *ps)
}
-#endif
+#endif /* SP_SURFACE_H */