diff options
author | Vinson Lee <[email protected]> | 2010-03-22 11:34:18 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-03-22 11:34:18 -0700 |
commit | 45d1dc26072ea83ee10cf1c8907cfdf5df51928e (patch) | |
tree | 94634a7d5a011b59cea2440759aee171bb155ac1 /src/gallium/auxiliary/cso_cache | |
parent | fc14fb9d1a897dbcf750b8158d6cb08388a422c4 (diff) |
cso: Remove unnecessary header.
Diffstat (limited to 'src/gallium/auxiliary/cso_cache')
-rw-r--r-- | src/gallium/auxiliary/cso_cache/cso_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/cso_cache/cso_context.c b/src/gallium/auxiliary/cso_cache/cso_context.c index d6f8dd34bfa..6fd4bd36428 100644 --- a/src/gallium/auxiliary/cso_cache/cso_context.c +++ b/src/gallium/auxiliary/cso_cache/cso_context.c @@ -39,7 +39,6 @@ #include "util/u_inlines.h" #include "util/u_math.h" #include "util/u_memory.h" -#include "util/u_sampler.h" #include "tgsi/tgsi_parse.h" #include "cso_cache/cso_context.h" |