summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-07-22 11:20:00 -0600
committerBrian Paul <brianp@vmware.com>2012-07-24 08:37:29 -0600
commita1287f549a3e6527b8cf3bf5b5f563ba63c6f48c (patch)
tree3f3c3972b10e772c95192a01de897bf86c7e46b8 /src/mesa/vbo
parent8b762ebd72c1bb1a9827a667ad55ba9516505adf (diff)
downloadexternal_mesa3d-a1287f549a3e6527b8cf3bf5b5f563ba63c6f48c.zip
external_mesa3d-a1287f549a3e6527b8cf3bf5b5f563ba63c6f48c.tar.gz
external_mesa3d-a1287f549a3e6527b8cf3bf5b5f563ba63c6f48c.tar.bz2
mesa: move more format helper functions to glformats.c
Diffstat (limited to 'src/mesa/vbo')
-rw-r--r--src/mesa/vbo/vbo_split_copy.c2
-rw-r--r--src/mesa/vbo/vbo_split_inplace.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/vbo/vbo_split_copy.c b/src/mesa/vbo/vbo_split_copy.c
index 528fcfd..a917f39 100644
--- a/src/mesa/vbo/vbo_split_copy.c
+++ b/src/mesa/vbo/vbo_split_copy.c
@@ -32,7 +32,7 @@
#include "main/glheader.h"
#include "main/bufferobj.h"
#include "main/imports.h"
-#include "main/image.h"
+#include "main/glformats.h"
#include "main/macros.h"
#include "main/mtypes.h"
diff --git a/src/mesa/vbo/vbo_split_inplace.c b/src/mesa/vbo/vbo_split_inplace.c
index 686b30a..8a38308 100644
--- a/src/mesa/vbo/vbo_split_inplace.c
+++ b/src/mesa/vbo/vbo_split_inplace.c
@@ -30,7 +30,7 @@
#include "main/mtypes.h"
#include "main/macros.h"
#include "main/enums.h"
-#include "main/image.h"
+#include "main/glformats.h"
#include "vbo_split.h"