diff options
author | Brian Paul <[email protected]> | 2018-01-18 14:39:22 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2018-01-24 10:12:49 -0700 |
commit | f4376a0c2b57d92f662fa03db13b0e682211a4a3 (patch) | |
tree | 63de197e1018f94625262f4bf6a7054dc224a20f /src/mesa/meson.build | |
parent | aafb56a148d3f75a2d5989f92bf3bba9b3fbfd24 (diff) |
vbo: remove vbo_context.h and change includes to use vbo.h instead
Now vbo.h is the public interface to the VBO module.
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/mesa/meson.build')
-rw-r--r-- | src/mesa/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/meson.build b/src/mesa/meson.build index 998953d6411..52289af248c 100644 --- a/src/mesa/meson.build +++ b/src/mesa/meson.build @@ -327,7 +327,6 @@ files_libmesa_common = files( 'vbo/vbo_attrib.h', 'vbo/vbo_attrib_tmp.h', 'vbo/vbo_context.c', - 'vbo/vbo_context.h', 'vbo/vbo_exec_api.c', 'vbo/vbo_exec_array.c', 'vbo/vbo_exec.c', |