diff options
author | Vinson Lee <[email protected]> | 2010-06-12 01:44:43 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-06-12 01:44:43 -0700 |
commit | b6cfca42e39d7413af22c26251cca513a0df2028 (patch) | |
tree | f88ec2e679447ddf8ecd99f3757dc677aacea4ac | |
parent | e0b211d07c60d7ae8819c5ce6f00c96f2393cb8a (diff) |
i965: Remove unnecessary header.
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c index df95ae5a7b9..d13b9ae298b 100644 --- a/src/mesa/drivers/dri/i965/brw_context.c +++ b/src/mesa/drivers/dri/i965/brw_context.c @@ -34,7 +34,6 @@ #include "main/api_noop.h" #include "main/macros.h" #include "main/simple_list.h" -#include "shader/shader_api.h" #include "brw_context.h" #include "brw_defines.h" |