diff options
author | Dave Airlie <airlied@redhat.com> | 2009-02-07 00:18:34 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-02-07 00:18:34 +1000 |
commit | da795ff0a837eeb8c8f9d44987b374da2d4d2835 (patch) | |
tree | d01e92f80033b7db995581afcc1fdd45d572971d | |
parent | 6e5d3117193fcbaa19c605c4d73241243ed46bcc (diff) |
radeon: remove include that breaks build in !OLD_PACKET path
this path isn't enabled by default in any case.
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_maos_arrays.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c b/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c index de3c3a15a7..31eea13f4e 100644 --- a/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c +++ b/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c @@ -40,7 +40,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "swrast_setup/swrast_setup.h" #include "math/m_translate.h" #include "tnl/tnl.h" -#include "tnl/tcontext.h" #include "radeon_context.h" #include "radeon_ioctl.h" |