vbo: s/_API_NOOP_H/VBO_NOOP_H/ in vbo_noop.h
authorBrian Paul <brianp@vmware.com>
Sat, 20 Jan 2018 04:14:49 +0000 (21:14 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 29 Jan 2018 15:35:14 +0000 (08:35 -0700)
Reviewed-by: Mathias Fröhlich <mathias.froehlich@web.de>
src/mesa/vbo/vbo_noop.h

index f61cd51..8aa17ce 100644 (file)
@@ -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 */