Revision: | 2.31 |
Committed: | Fri Jun 27 06:53:22 2003 UTC (21 years, 10 months ago) by greg |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | rad5R4, rad5R2, rad4R2P2, rad5R0, rad5R1, rad3R7P2, rad3R7P1, rad4R2, rad4R1, rad4R0, rad3R6, rad3R6P1, rad3R8, rad3R9, rad4R2P1, rad5R3, HEAD |
Changes since 2.30: | +7 -206 lines |
Log Message: | Broke standard.h into rtio.h, rterror.h, rtmath.h, and rtmisc.h |
# | User | Rev | Content |
---|---|---|---|
1 | greg | 2.31 | /* RCSid $Id: standard.h,v 2.30 2003/06/26 00:58:09 schorsch Exp $ */ |
2 | greg | 1.1 | /* |
3 | greg | 2.31 | * Collected includes required by many Radiance callers |
4 | greg | 1.1 | */ |
5 | schorsch | 2.23 | #ifndef _RAD_STANDARD_H_ |
6 | #define _RAD_STANDARD_H_ | ||
7 | |||
8 | greg | 2.31 | #include "copyright.h" |
9 | greg | 2.16 | |
10 | greg | 2.31 | #include "rtio.h" |
11 | #include "rtmisc.h" | ||
12 | #include "rtmath.h" | ||
13 | #include "rterror.h" | ||
14 | greg | 2.16 | |
15 | schorsch | 2.23 | #endif /* _RAD_STANDARD_H_ */ |
16 | schorsch | 2.24 |