diff options
author | Brian Paul <[email protected]> | 2000-02-02 19:17:57 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-02-02 19:17:57 +0000 |
commit | ea39f042c378c234b573ceead4c5194020d949c4 (patch) | |
tree | f78c94e1f9b08ad9cff2bcdf309995da609f7271 /src/mesa/main/dlist.c | |
parent | fa9df40e8a40824942ea8c6ec17c06c28bea1102 (diff) |
updated includes for source file reorg
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 5e8aef88c22..c6153fdcd0a 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -1,4 +1,4 @@ -/* $Id: dlist.c,v 1.26 2000/01/31 23:09:51 brianp Exp $ */ +/* $Id: dlist.c,v 1.27 2000/02/02 19:17:57 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -30,11 +30,10 @@ #else #include "glheader.h" #include "accum.h" -#include "alpha.h" #include "attrib.h" #include "bitmap.h" #include "bbox.h" -#include "blend.h" +#include "buffers.h" #include "clip.h" #include "colortab.h" #include "context.h" @@ -42,36 +41,29 @@ #include "cva.h" #include "depth.h" #include "dispatch.h" -#include "drawpix.h" #include "enable.h" #include "enums.h" #include "eval.h" #include "extensions.h" #include "feedback.h" -#include "fog.h" #include "get.h" #include "glapi.h" -#include "glmisc.h" #include "hash.h" #include "image.h" #include "imaging.h" #include "light.h" #include "lines.h" #include "dlist.h" -#include "logic.h" #include "macros.h" -#include "masking.h" #include "matrix.h" #include "mem.h" #include "pipeline.h" #include "pixel.h" #include "points.h" #include "polygon.h" -#include "rastpos.h" #include "readpix.h" #include "rect.h" -#include "scissor.h" -#include "stencil.h" +#include "state.h" #include "texobj.h" #include "teximage.h" #include "texstate.h" @@ -80,7 +72,6 @@ #include "vb.h" #include "vbfill.h" #include "vbxform.h" -#include "winpos.h" #include "xform.h" #endif |