diff options
author | Christoph Bumiller <[email protected]> | 2012-04-14 03:05:02 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2012-04-14 03:05:02 +0200 |
commit | 21b50ce63b10a33c5df8b8dd0a6c4ffe5c2a1b6d (patch) | |
tree | f5c760cdc88fa92998ee35e256e468abf4651e72 /src/gallium/drivers/nvc0/nvc0_context.c | |
parent | 802d02c453486936053c75323ce5128ae2f158d6 (diff) |
nvc0: remove include of old libdrm_nouveau's nouveau_reloc.h
Diffstat (limited to 'src/gallium/drivers/nvc0/nvc0_context.c')
-rw-r--r-- | src/gallium/drivers/nvc0/nvc0_context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_context.c b/src/gallium/drivers/nvc0/nvc0_context.c index c15d0256c60..dcdc830c408 100644 --- a/src/gallium/drivers/nvc0/nvc0_context.c +++ b/src/gallium/drivers/nvc0/nvc0_context.c @@ -27,8 +27,6 @@ #include "nvc0_screen.h" #include "nvc0_resource.h" -#include "nouveau/nouveau_reloc.h" - static void nvc0_flush(struct pipe_context *pipe, struct pipe_fence_handle **fence) |