don't include dispatch.h
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 2 Feb 2000 19:50:26 +0000 (19:50 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 2 Feb 2000 19:50:26 +0000 (19:50 +0000)
src/mesa/main/context.c
src/mesa/main/dlist.c

index 68bfaf420410e0635ecc2414e308536e44aec891..d40f45130d127f3447d549005f60954d2721df50 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: context.c,v 1.38 2000/02/02 19:16:46 brianp Exp $ */
+/* $Id: context.c,v 1.39 2000/02/02 19:50:26 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
@@ -35,7 +35,6 @@
 #include "context.h"
 #include "cva.h"
 #include "depth.h"
-#include "dispatch.h"
 #include "dlist.h"
 #include "eval.h"
 #include "enums.h"
index c6153fdcd0a1103f14db1c2d0d9954fa4bcf24df..ff1b465fd7157f82d8a0a5049a1d073b5ad3f712 100644 (file)
@@ -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"