| # | Line 5 | Line 5 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 5 | * Convert Radiance scene description to MGF | |
| 6 | */ | |
| 7 | ||
| 8 | – | #include "platform.h" |
| 9 | – | #include "standard.h" |
| 8 | #include <ctype.h> | |
| 9 | #include <string.h> | |
| 10 | #include <stdio.h> | |
| 11 | ||
| 12 | + | #include "platform.h" |
| 13 | + | #include "rtmath.h" |
| 14 | + | #include "rtio.h" |
| 15 | #include "rtprocess.h" | |
| 16 | #include "object.h" | |
| 17 | #include "color.h" | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |