From 21b50ce63b10a33c5df8b8dd0a6c4ffe5c2a1b6d Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Sat, 14 Apr 2012 03:05:02 +0200 Subject: [PATCH] nvc0: remove include of old libdrm_nouveau's nouveau_reloc.h --- src/gallium/drivers/nvc0/nvc0_context.c | 2 -- 1 file changed, 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) -- 2.30.2