commented out some includes

This commit is contained in:
Janet B. Anderson
1993-07-24 10:05:08 +00:00
parent 98f6b24ee0
commit 25ce486e42
2 changed files with 6 additions and 4 deletions

View File

@@ -48,15 +48,16 @@
*/
#include <vxWorks.h>
#if 0 /* COMMENTED OUT */
#include <sysLib.h>
#include <iosLib.h>
#include <types.h>
#include <stdioLib.h>
#include <strLib.h>
#include <semLib.h>
#include <lstLib.h>
#include <rngLib.h>
#include <taskLib.h>
#endif /* COMMENTED OUT */
#include <rngLib.h>
#include <alarm.h>
#include <cvtTable.h>

View File

@@ -48,15 +48,16 @@
*/
#include <vxWorks.h>
#if 0 /* COMMENTED OUT */
#include <sysLib.h>
#include <iosLib.h>
#include <types.h>
#include <stdioLib.h>
#include <strLib.h>
#include <semLib.h>
#include <lstLib.h>
#include <rngLib.h>
#include <taskLib.h>
#endif /* COMMENTED OUT */
#include <rngLib.h>
#include <alarm.h>
#include <cvtTable.h>