--- ray/src/hd/rholo4.c 2003/06/30 14:59:12 3.32 +++ ray/src/hd/rholo4.c 2003/07/01 21:21:40 3.33 @@ -1,16 +1,15 @@ #ifndef lint -static const char RCSid[] = "$Id: rholo4.c,v 3.32 2003/06/30 14:59:12 schorsch Exp $"; +static const char RCSid[] = "$Id: rholo4.c,v 3.33 2003/07/01 21:21:40 greg Exp $"; #endif /* * Holodeck display process communication */ -#include -#include - #include "rholo.h" #include "rhdisp.h" #include "rtprocess.h" +#include +#include #ifndef HDSUF #define HDSUF ".hdi"