mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
glu/sgi: Remove unnecessary headers.
This commit is contained in:
parent
548b9c4ece
commit
df8273494e
11 changed files with 0 additions and 13 deletions
|
|
@ -43,7 +43,6 @@
|
|||
#include "myassert.h"
|
||||
#include "arc.h"
|
||||
#include "bin.h"
|
||||
#include "bezierarc.h"
|
||||
#include "pwlarc.h"
|
||||
#include "simplemath.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,6 @@
|
|||
#include "backend.h"
|
||||
#include "basiccrveval.h"
|
||||
#include "basicsurfeval.h"
|
||||
#include "nurbsconsts.h"
|
||||
|
||||
#define NOWIREFRAME
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,6 @@
|
|||
#include "quilt.h"
|
||||
#include "curvelist.h"
|
||||
#include "curve.h"
|
||||
#include "nurbsconsts.h"
|
||||
#include "types.h"
|
||||
|
||||
Curvelist::Curvelist( Quilt *quilts, REAL pta, REAL ptb )
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@
|
|||
#include "backend.h"
|
||||
#include "quilt.h"
|
||||
#include "curvelist.h"
|
||||
#include "curve.h"
|
||||
#include "nurbsconsts.h"
|
||||
|
||||
/*--------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@
|
|||
#include "nurbsconsts.h"
|
||||
#include "maplist.h"
|
||||
#include "mapdesc.h"
|
||||
#include "backend.h"
|
||||
|
||||
Maplist::Maplist( Backend& b )
|
||||
: mapdescPool( sizeof( Mapdesc ), 10, "mapdesc pool" ),
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@
|
|||
#include "quilt.h"
|
||||
#include "patchlist.h"
|
||||
#include "patch.h"
|
||||
#include "nurbsconsts.h"
|
||||
|
||||
Patchlist::Patchlist( Quilt *quilts, REAL *pta, REAL *ptb )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -44,9 +44,7 @@
|
|||
#include "backend.h"
|
||||
#include "mapdesc.h"
|
||||
#include "flist.h"
|
||||
#include "knotvector.h"
|
||||
#include "patchlist.h"
|
||||
#include "math.h" //fglu_abs()
|
||||
#include "simplemath.h" //min()
|
||||
|
||||
/* local preprocessor definitions */
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@
|
|||
#include "glimports.h"
|
||||
#include "mystdio.h"
|
||||
#include "renderhints.h"
|
||||
#include "defines.h"
|
||||
#include "nurbsconsts.h"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@
|
|||
#include "myassert.h"
|
||||
#include "mystdio.h"
|
||||
#include "trimregion.h"
|
||||
#include "backend.h"
|
||||
|
||||
TrimRegion::TrimRegion( void )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -31,8 +31,6 @@
|
|||
#include "gluos.h"
|
||||
#include "gluint.h"
|
||||
#include <GL/glu.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
struct token_string
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
#include <string.h>
|
||||
#include <limits.h> /* UINT_MAX */
|
||||
#include <math.h>
|
||||
#include "gluint.h"
|
||||
|
||||
typedef union {
|
||||
unsigned char ub[4];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue