| # | Line 9 | Line 9 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 9 | */ | |
| 10 | ||
| 11 | #define _USE_MATH_DEFINES | |
| 12 | – | #include <stdio.h> |
| 12 | #include <stdlib.h> | |
| 14 | – | #include <string.h> |
| 13 | #include <ctype.h> | |
| 14 | #include <math.h> | |
| 15 | + | #include "rtio.h" |
| 16 | #include "platform.h" | |
| 17 | #include "bsdfrep.h" | |
| 19 | – | #include "resolu.h" |
| 18 | /* global argv[0] */ | |
| 19 | char *progname; | |
| 20 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |