The R Project SVN R

Rev

Rev 60710 | Rev 67595 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60710 Rev 61324
Line 26... Line 26...
26
#include <Defn.h>
26
#include <Defn.h>
27
#include <Internal.h>
27
#include <Internal.h>
28
#include <float.h>  /* for DBL_MAX */
28
#include <float.h>  /* for DBL_MAX */
29
#include <Rmath.h>
29
#include <Rmath.h>
30
#include <Graphics.h>
30
#include <Graphics.h>
31
#include <Colors.h> /* for isNAcol */
-
 
32
#include <Print.h>
31
#include <Print.h>
33
#include <R_ext/Boolean.h>
32
#include <R_ext/Boolean.h>
34
 
33
 
35
/* filled contours and perspective plots were originally here,
34
/* filled contours and perspective plots were originally here,
36
   now in graphics/src/plot3d.c .
35
   now in graphics/src/plot3d.c .