diff options
author | Brian Paul <[email protected]> | 2018-01-19 21:14:49 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2018-01-29 08:35:14 -0700 |
commit | d631ea3a2327019105239421bd8bd214f796e94f (patch) | |
tree | 9a665e72be3b7e6084490446c4746cd8096efc8a /src/mesa | |
parent | 094a80db4c9478391f78cae852c3a482a2f98ada (diff) |
vbo: s/_API_NOOP_H/VBO_NOOP_H/ in vbo_noop.h
Reviewed-by: Mathias Fröhlich <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/vbo/vbo_noop.h | 6 |
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 */ |