summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-03-22 11:34:18 -0700
committerVinson Lee <vlee@vmware.com>2010-03-22 11:34:18 -0700
commit45d1dc26072ea83ee10cf1c8907cfdf5df51928e (patch)
tree94634a7d5a011b59cea2440759aee171bb155ac1
parentfc14fb9d1a897dbcf750b8158d6cb08388a422c4 (diff)
cso: Remove unnecessary header.
-rw-r--r--src/gallium/auxiliary/cso_cache/cso_context.c1
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 d6f8dd34bf..6fd4bd3642 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"