diff options
author | Vinson Lee <[email protected]> | 2010-05-20 07:36:53 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-05-20 07:36:53 -0700 |
commit | f4905256859794d0ccc67e6a56f1ca4831c0d5de (patch) | |
tree | 3bc2f865be63d4af312b3826821d05b49ff01191 /src/gallium/targets | |
parent | 366798ac6f10daae059d299b92ddf709875cc7ca (diff) |
graw-null: Remove unnecessary header.
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/graw-null/graw_null.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/targets/graw-null/graw_null.c b/src/gallium/targets/graw-null/graw_null.c index 293015bc6bc..6965f5873e4 100644 --- a/src/gallium/targets/graw-null/graw_null.c +++ b/src/gallium/targets/graw-null/graw_null.c @@ -18,8 +18,6 @@ #include "sw/sw_public.h" #include "sw/sw.c" -#include "state_tracker/graw.h" - #include <stdio.h> |