The R Project SVN R

Rev

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

Rev 11499 Rev 11510
Line 23... Line 23...
23
#endif
23
#endif
24
 
24
 
25
#include <Defn.h>
25
#include <Defn.h>
26
#include <Rmath.h>
26
#include <Rmath.h>
27
#include <Graphics.h>
27
#include <Graphics.h>
-
 
28
#include <Devices.h>
28
#include <Print.h>
29
#include <Print.h>
29
 
30
 
30
#ifndef HAVE_HYPOT
31
#ifndef HAVE_HYPOT
31
# define hypot pythag
32
# define hypot pythag
32
#endif
33
#endif