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 20... Line 20...
20
 
20
 
21
#ifdef HAVE_CONFIG_H
21
#ifdef HAVE_CONFIG_H
22
#include <config.h>
22
#include <config.h>
23
#endif
23
#endif
24
 
24
 
25
#include "Defn.h"
25
#include <Defn.h>
26
#include "R_ext/Mathlib.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
33
 
34