The R Project SVN R

Rev

Rev 11368 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11368 Rev 11626
Line 21... Line 21...
21
 
21
 
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 "R_ext/Mathlib.h"
27
#include <Rmath.h>
28
#include "Graphics.h"
28
#include <Graphics.h>
-
 
29
#include <Devices.h>
29
#include "Print.h"
30
#include <Print.h>
30
 
31
 
31
#ifndef HAVE_HYPOT
32
#ifndef HAVE_HYPOT
32
# define hypot pythag
33
# define hypot pythag
33
#endif
34
#endif
34
 
35