vbo: drop unused mtypes.h

Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14437>
This commit is contained in:
Dave Airlie 2022-01-07 16:14:45 +10:00 committed by Marge Bot
parent 7db6f9b8fc
commit 07edaa1409
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@
#ifndef VBO_UTIL_H
#define VBO_UTIL_H
#include "main/mtypes.h"
static inline float conv_ui10_to_norm_float(unsigned ui10)
{
return ui10 / 1023.0f;