mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 14:18:07 +02:00
don't include dispatch.h
This commit is contained in:
parent
a02fb6afc8
commit
831f8ada7b
2 changed files with 2 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue