diff options
author | Vinson Lee <[email protected]> | 2010-04-10 21:51:24 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-04-10 21:51:24 -0700 |
commit | 68341dcfc0d3ab54b4b85c310c441723bfca135a (patch) | |
tree | 15223e4b7cc5f6fd2b457e35239c4a740785c4ab | |
parent | 6bd99f113089efb9c39082c991ca5962aae29746 (diff) |
mach64: Remove unnecessary header.
-rw-r--r-- | src/mesa/drivers/dri/mach64/mach64_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/mach64/mach64_context.c b/src/mesa/drivers/dri/mach64/mach64_context.c index 73b1e08d4b8..77e7e53ce04 100644 --- a/src/mesa/drivers/dri/mach64/mach64_context.c +++ b/src/mesa/drivers/dri/mach64/mach64_context.c @@ -31,7 +31,6 @@ #include "main/glheader.h" #include "main/context.h" -#include "main/extensions.h" #include "main/simple_list.h" #include "main/imports.h" |