summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common/driverfuncs.c
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-04-21 12:54:23 -0600
committerBrian <brian@yutani.localnet.net>2007-04-21 12:54:23 -0600
commitb1502588c4755fa9d3d7b4eabed6332575033037 (patch)
tree8b4781df5b2065cbc6644872c66e4195838ad9d9 /src/mesa/drivers/common/driverfuncs.c
parent74afcabd8599565c1b6d06ea5f355662a81c3778 (diff)
s/occlude.h/queryobj.h/
Diffstat (limited to 'src/mesa/drivers/common/driverfuncs.c')
-rw-r--r--src/mesa/drivers/common/driverfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/common/driverfuncs.c b/src/mesa/drivers/common/driverfuncs.c
index f543de183a..adf9aafe59 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"