The R Project SVN R

Rev

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

Rev 60473 Rev 60667
Line 22... Line 22...
22
#ifdef HAVE_CONFIG_H
22
#ifdef HAVE_CONFIG_H
23
#include <config.h>
23
#include <config.h>
24
#endif
24
#endif
25
 
25
 
26
#include <Defn.h>
26
#include <Defn.h>
-
 
27
#include <Internal.h>
27
#include <float.h>  /* for DBL_MAX */
28
#include <float.h>  /* for DBL_MAX */
28
#include <Rmath.h>
29
#include <Rmath.h>
29
#include <Graphics.h>
30
#include <Graphics.h>
30
#include <Colors.h> /* for isNAcol */
31
#include <Colors.h> /* for isNAcol */
31
#include <Print.h>
32
#include <Print.h>