ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/rad2mgf.c
(Generate patch)

Comparing ray/src/cv/rad2mgf.c (file contents):
Revision 2.22 by schorsch, Sat Nov 15 16:29:11 2003 UTC vs.
Revision 2.23 by schorsch, Sat Nov 15 17:54:06 2003 UTC

# 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"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines