summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_headers.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_headers.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/mesa/pipe/softpipe/sp_headers.h b/src/mesa/pipe/softpipe/sp_headers.h
index 561597d9e2..82f03ec078 100644
--- a/src/mesa/pipe/softpipe/sp_headers.h
+++ b/src/mesa/pipe/softpipe/sp_headers.h
@@ -27,8 +27,10 @@
/* Authors: Keith Whitwell <keith@tungstengraphics.com>
*/
-#ifndef G_HEADERS_H
-#define G_HEADERS_H
+
+#ifndef SP_HEADERS_H
+#define SP_HEADERS_H
+
#define PRIM_POINT 1
#define PRIM_LINE 2
@@ -89,7 +91,4 @@ struct quad_header {
};
-
-
-
-#endif
+#endif /* SP_HEADERS_H */