From: Christoph Bumiller Date: Sat, 14 Apr 2012 01:05:02 +0000 (+0200) Subject: nvc0: remove include of old libdrm_nouveau's nouveau_reloc.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21b50ce63b10a33c5df8b8dd0a6c4ffe5c2a1b6d;p=mesa.git nvc0: remove include of old libdrm_nouveau's nouveau_reloc.h --- 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)