From f4376a0c2b57d92f662fa03db13b0e682211a4a3 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 18 Jan 2018 14:39:22 -0700 Subject: 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 --- src/mesa/main/vtxfmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/vtxfmt.c') diff --git a/src/mesa/main/vtxfmt.c b/src/mesa/main/vtxfmt.c index ec8f387caec..293a3853633 100644 --- a/src/mesa/main/vtxfmt.c +++ b/src/mesa/main/vtxfmt.c @@ -34,7 +34,7 @@ #include "eval.h" #include "dlist.h" #include "main/dispatch.h" -#include "vbo/vbo_context.h" +#include "vbo/vbo.h" /** -- cgit v1.2.3