summaryrefslogtreecommitdiff
path: root/src/mesa/main/context.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-02-02 19:50:26 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-02-02 19:50:26 +0000
commit831f8ada7bcb995e0aaf78de73ffb791ee632900 (patch)
tree3ffb28d82360825de8e243e3daee1551ef366d0d /src/mesa/main/context.c
parenta02fb6afc865a30077ae4d802a7020371c141e73 (diff)
don't include dispatch.h
Diffstat (limited to 'src/mesa/main/context.c')
-rw-r--r--src/mesa/main/context.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index 68bfaf4204..d40f45130d 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -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"