diff options
author | Brian Paul <[email protected]> | 2001-06-18 17:26:08 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-06-18 17:26:08 +0000 |
commit | 1b258989462e907e45abbdf8743b0a75f22c02b3 (patch) | |
tree | aaf3847b0189aa370616fbd571a1650d13f1d145 /src/mesa/main/dlist.c | |
parent | 24ae7c4c1f18c3086a779a2ee8f480ee5f4e7612 (diff) |
Consolidated source files. Since the re-org a number of source files
only had one or two functions left in them.
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index bf88cb1a5e8..e942676dcaf 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -1,4 +1,4 @@ -/* $Id: dlist.c,v 1.74 2001/06/12 22:06:10 brianp Exp $ */ +/* $Id: dlist.c,v 1.75 2001/06/18 17:26:08 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -29,10 +29,8 @@ #include "all.h" #else #include "glheader.h" -#include "accum.h" #include "api_loopback.h" #include "attrib.h" -#include "bitmap.h" #include "blend.h" #include "buffers.h" #include "clip.h" @@ -40,7 +38,6 @@ #include "colortab.h" #include "context.h" #include "convolve.h" -#include "copypix.h" #include "depth.h" #include "dlist.h" #include "enable.h" @@ -60,10 +57,8 @@ #include "matrix.h" #include "mem.h" #include "pixel.h" -#include "pixeltex.h" #include "points.h" #include "polygon.h" -#include "readpix.h" #include "state.h" #include "texobj.h" #include "teximage.h" |