diff options
author | Brian <[email protected]> | 2007-04-21 12:42:54 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-04-21 12:42:54 -0600 |
commit | 74afcabd8599565c1b6d06ea5f355662a81c3778 (patch) | |
tree | 48e88a4826f923c70fb591e9d0d8efe90f23dbcf /src/mesa/main/dlist.c | |
parent | b3ab925e910defa0955cac1adb6167a0bff1076f (diff) |
Rename occlude.[ch] to queryobj.[ch]
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 49bc2933bf5..c8c68214ce8 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -66,10 +66,10 @@ #include "dlist.h" #include "macros.h" #include "matrix.h" -#include "occlude.h" #include "pixel.h" #include "points.h" #include "polygon.h" +#include "queryobj.h" #include "state.h" #include "texobj.h" #include "teximage.h" |