diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-02-02 19:50:26 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-02-02 19:50:26 +0000 |
commit | 831f8ada7bcb995e0aaf78de73ffb791ee632900 (patch) | |
tree | 3ffb28d82360825de8e243e3daee1551ef366d0d /src/mesa/main/dlist.c | |
parent | a02fb6afc865a30077ae4d802a7020371c141e73 (diff) |
don't include dispatch.h
Diffstat (limited to 'src/mesa/main/dlist.c')
-rw-r--r-- | src/mesa/main/dlist.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index c6153fdcd0..ff1b465fd7 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -1,4 +1,4 @@ -/* $Id: dlist.c,v 1.27 2000/02/02 19:17:57 brianp Exp $ */ +/* $Id: dlist.c,v 1.28 2000/02/02 19:50:26 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -40,7 +40,6 @@ #include "copypix.h" #include "cva.h" #include "depth.h" -#include "dispatch.h" #include "enable.h" #include "enums.h" #include "eval.h" |