summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_save_api.c
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2018-01-18 14:39:22 -0700
committerBrian Paul <[email protected]>2018-01-24 10:12:49 -0700
commitf4376a0c2b57d92f662fa03db13b0e682211a4a3 (patch)
tree63de197e1018f94625262f4bf6a7054dc224a20f /src/mesa/vbo/vbo_save_api.c
parentaafb56a148d3f75a2d5989f92bf3bba9b3fbfd24 (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/vbo/vbo_save_api.c')
-rw-r--r--src/mesa/vbo/vbo_save_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_save_api.c b/src/mesa/vbo/vbo_save_api.c
index d260b1f6e6a..e0fe5fd9ac9 100644
--- a/src/mesa/vbo/vbo_save_api.c
+++ b/src/mesa/vbo/vbo_save_api.c
@@ -81,7 +81,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "main/state.h"
#include "util/bitscan.h"
-#include "vbo_context.h"
#include "vbo_noop.h"
#include "vbo_private.h"