diff options
author | Brian Paul <[email protected]> | 2018-01-18 14:32:38 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2018-01-24 10:12:49 -0700 |
commit | aafb56a148d3f75a2d5989f92bf3bba9b3fbfd24 (patch) | |
tree | 5b4fdf577ab6105dabe0c073eb45ff7e37697718 /src/mesa/vbo/vbo_exec.c | |
parent | a7cfec3be0e610ae554ded55b6566acf72b95899 (diff) |
vbo: move remaining items from vbo_context.h to vbo.h
Non-VBO sources files sometimes included vbo.h while others included
vbo_context.h. We're moving all public types, functions to the former.
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/mesa/vbo/vbo_exec.c')
-rw-r--r-- | src/mesa/vbo/vbo_exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_exec.c b/src/mesa/vbo/vbo_exec.c index 5718c9d6c26..82f204e3dc9 100644 --- a/src/mesa/vbo/vbo_exec.c +++ b/src/mesa/vbo/vbo_exec.c @@ -28,8 +28,8 @@ #include "main/glheader.h" #include "main/mtypes.h" +#include "main/api_arrayelt.h" #include "main/vtxfmt.h" -#include "vbo_context.h" #include "vbo_private.h" |