mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
IBM1130: Cleanup irrelevant include files mostly provided in sim_defs.h
This commit is contained in:
parent
9e6e0f0355
commit
e7879b1bd0
@ -1,7 +1,5 @@
|
||||
#include "ibm1130_defs.h"
|
||||
#include "ibm1130_fmt.h"
|
||||
#include <ctype.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
# include <io.h> /* Microsoft puts definition of mktemp into io.h rather than stdlib.h */
|
||||
|
||||
@ -15,10 +15,7 @@
|
||||
#include "sim_defs.h" /* main SIMH defns (include path should include .., or make a copy) */
|
||||
#include "sim_console.h" /* more SIMH defns (include path should include .., or make a copy) */
|
||||
|
||||
#include <setjmp.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined(VMS)
|
||||
#if defined(__VMS)
|
||||
# include <unistd.h> /* to pick up 'unlink' */
|
||||
#endif
|
||||
|
||||
|
||||
@ -34,7 +34,6 @@ commands may NOT be accurate. This should probably be fixed.
|
||||
*/
|
||||
|
||||
#include "ibm1130_defs.h"
|
||||
#include <memory.h>
|
||||
|
||||
#define TRACE_DMS_IO /* define to enable debug of DMS phase IO */
|
||||
|
||||
|
||||
@ -57,11 +57,6 @@
|
||||
* as is standard for vi, notepad, etc.
|
||||
*********************************************************************************************/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <memory.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include "ibm1130_fmt.h"
|
||||
#include "sim_defs.h"
|
||||
|
||||
|
||||
@ -27,10 +27,6 @@
|
||||
* Definitions
|
||||
* ------------------------------------------------------------------------ */
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "ibm1130_defs.h"
|
||||
#include "ibm1130res.h"
|
||||
#include "sim_tmxr.h"
|
||||
|
||||
@ -47,7 +47,6 @@
|
||||
*/
|
||||
|
||||
#include "ibm1130_defs.h"
|
||||
#include <stdlib.h> /* needed for atexit, for cgi mode */
|
||||
|
||||
/***************************************************************************************
|
||||
* 1132 PRINTER
|
||||
|
||||
@ -84,7 +84,6 @@
|
||||
|
||||
#include "ibm1130_defs.h"
|
||||
#include "sim_sock.h" /* include path must include main simh directory */
|
||||
#include <ctype.h>
|
||||
|
||||
#define DEBUG_SCA_FLUSH 0x0001 /* debugging options */
|
||||
#define DEBUG_SCA_TRANSMIT 0x0002
|
||||
|
||||
@ -83,7 +83,6 @@
|
||||
*/
|
||||
|
||||
#include "ibm1130_defs.h"
|
||||
#include <memory.h>
|
||||
|
||||
/* #define DEBUG_CONSOLE */
|
||||
|
||||
|
||||
@ -25,8 +25,6 @@
|
||||
*/
|
||||
|
||||
#include "ibm1130_defs.h"
|
||||
#include <ctype.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
extern DEVICE cpu_dev, console_dev, dsk_dev, cr_dev, cp_dev, ptr_dev, ptp_dev, t2741_dev;
|
||||
extern DEVICE tti_dev, tto_dev, prt_dev, log_dev, sca_dev;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user