summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-08-03 09:22:13 -0700
committerJason Ekstrand <[email protected]>2016-08-05 09:06:57 -0700
commitf29fd7897adc920ef816840a3f4fc25dcd65228b (patch)
treeb2f289d2e39034200875b1cf12fad05f0b80fd17 /src/mesa/vbo
parent6c665cdfc5d9eca2136f87e10eb80a6c59d5156f (diff)
util: Move format_r11g11b10f.h to src/util
It's used from both mesa main and gallium. Signed-off-by: Jason Ekstrand <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/mesa/vbo')
-rw-r--r--src/mesa/vbo/vbo_attrib_tmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo_attrib_tmp.h b/src/mesa/vbo/vbo_attrib_tmp.h
index ed0b2deda42..4e2c874ef3d 100644
--- a/src/mesa/vbo/vbo_attrib_tmp.h
+++ b/src/mesa/vbo/vbo_attrib_tmp.h
@@ -25,7 +25,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
**************************************************************************/
-#include "util/u_format_r11g11b10f.h"
+#include "util/format_r11g11b10f.h"
#include "main/varray.h"