mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-06 14:40:27 +01:00
added includes to silence warnings
This commit is contained in:
parent
24a32627d9
commit
0a82c75eab
2 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: light.c,v 1.24 2000/11/13 20:02:56 keithw Exp $ */
|
||||
/* $Id: light.c,v 1.25 2000/11/15 16:38:59 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -37,6 +37,7 @@
|
|||
#include "matrix.h"
|
||||
#include "mem.h"
|
||||
#include "mmath.h"
|
||||
#include "shade.h"
|
||||
#include "simple_list.h"
|
||||
#include "types.h"
|
||||
#include "vb.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: state.c,v 1.43 2000/11/13 20:02:56 keithw Exp $ */
|
||||
/* $Id: state.c,v 1.44 2000/11/15 16:38:59 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -84,6 +84,7 @@
|
|||
#include "vbfill.h"
|
||||
#include "vbrender.h"
|
||||
#include "winpos.h"
|
||||
#include "xform.h"
|
||||
#include "swrast/swrast.h"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue