summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/vbo')
-rw-r--r--src/mesa/vbo/vbo_noop.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/vbo/vbo_noop.h b/src/mesa/vbo/vbo_noop.h
index f61cd5136da..8aa17ce9ede 100644
--- a/src/mesa/vbo/vbo_noop.h
+++ b/src/mesa/vbo/vbo_noop.h
@@ -23,8 +23,8 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
-#ifndef _API_NOOP_H
-#define _API_NOOP_H
+#ifndef VBO_NOOP_H
+#define VBO_NOOP_H
#include "main/mtypes.h"
@@ -37,4 +37,4 @@ extern GLboolean
_mesa_using_noop_vtxfmt(const struct _glapi_table *dispatch);
-#endif /* _API_NOOP_H */
+#endif /* VBO_NOOP_H */