#ifndef RT_DOT_H /* only include once */ #define RT_DOT_H 1 /* * Include files. */ #include "../h/define.h" #include "../h/arch.h" #include "../h/config.h" #include "../h/sys.h" #include "../h/typedefs.h" #include "../h/cstructs.h" #include "../h/mproto.h" #include "../h/cpuconf.h" #include "../h/monitor.h" #include "../h/rmacros.h" #include "../h/rstructs.h" #ifdef Graphics #include "../h/graphics.h" #endif /* Graphics */ #include "../h/rexterns.h" #include "../h/rproto.h" #endif /* RT_DOT_H */