diff options
author | Brian <brian@yutani.localnet.net> | 2007-04-21 12:54:23 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-04-21 12:54:23 -0600 |
commit | b1502588c4755fa9d3d7b4eabed6332575033037 (patch) | |
tree | 8b4781df5b2065cbc6644872c66e4195838ad9d9 /src/mesa/drivers | |
parent | 74afcabd8599565c1b6d06ea5f355662a81c3778 (diff) |
s/occlude.h/queryobj.h/
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/common/driverfuncs.c | 2 |
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" |