From: Brian Date: Sat, 21 Apr 2007 18:54:23 +0000 (-0600) Subject: s/occlude.h/queryobj.h/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1502588c4755fa9d3d7b4eabed6332575033037;p=mesa.git s/occlude.h/queryobj.h/ --- diff --git a/src/mesa/drivers/common/driverfuncs.c b/src/mesa/drivers/common/driverfuncs.c index f543de183a1..adf9aafe596 100644 --- a/src/mesa/drivers/common/driverfuncs.c +++ b/src/mesa/drivers/common/driverfuncs.c @@ -28,9 +28,9 @@ #include "buffers.h" #include "context.h" #include "framebuffer.h" -#include "occlude.h" #include "program.h" #include "prog_execute.h" +#include "queryobj.h" #include "renderbuffer.h" #include "texcompress.h" #include "texformat.h"