diff options
author | Jon Smirl <[email protected]> | 2004-03-12 05:22:13 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2004-03-12 05:22:13 +0000 |
commit | d613cca2e47b5b2b4ce6f5222fde2cf137e989ef (patch) | |
tree | 58aca8791add692340e0bf7fa1637753ae71298b /src/mesa/drivers/dri/mga/mgapixel.c | |
parent | ba5c49ab427d33915562b2c257db582c84eb7dd0 (diff) |
Adjust mga drivers to remove redundant h file for sarea and IOCTLs
Diffstat (limited to 'src/mesa/drivers/dri/mga/mgapixel.c')
-rw-r--r-- | src/mesa/drivers/dri/mga/mgapixel.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/mga/mgapixel.c b/src/mesa/drivers/dri/mga/mgapixel.c index 07e0c3a7563..df6489ccb98 100644 --- a/src/mesa/drivers/dri/mga/mgapixel.c +++ b/src/mesa/drivers/dri/mga/mgapixel.c @@ -37,8 +37,6 @@ #include "mgapixel.h" #include "mgastate.h" -#include "mga_common.h" - #include "swrast/swrast.h" #include "imports.h" |