diff options
author | Ian Romanick <[email protected]> | 2004-04-27 18:37:13 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-04-27 18:37:13 +0000 |
commit | d100dfbf27f4695fef039ed5de6ec4ee4c3023d3 (patch) | |
tree | 214af09f6f5fb39fbea18c8e754af73acfdb9453 /src/mesa/drivers/dri/mga/mgapixel.c | |
parent | 65fdeaca6c1d61dd0297464f22f8073584eedc34 (diff) |
Remove include of texutil.h to get build working.
Diffstat (limited to 'src/mesa/drivers/dri/mga/mgapixel.c')
-rw-r--r-- | src/mesa/drivers/dri/mga/mgapixel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/mga/mgapixel.c b/src/mesa/drivers/dri/mga/mgapixel.c index f380de7869a..f915d2e08b8 100644 --- a/src/mesa/drivers/dri/mga/mgapixel.c +++ b/src/mesa/drivers/dri/mga/mgapixel.c @@ -29,7 +29,6 @@ #include "mtypes.h" #include "macros.h" -#include "texutil.h" #include "mgadd.h" #include "mgacontext.h" #include "mgaioctl.h" |