1
0
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:
Mark Pizzolato 2023-06-20 17:24:48 -10:00
parent 9e6e0f0355
commit e7879b1bd0
9 changed files with 1 additions and 21 deletions

View File

@ -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 */

View File

@ -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

View File

@ -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 */

View File

@ -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"

View File

@ -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"

View File

@ -47,7 +47,6 @@
*/
#include "ibm1130_defs.h"
#include <stdlib.h> /* needed for atexit, for cgi mode */
/***************************************************************************************
* 1132 PRINTER

View File

@ -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

View File

@ -83,7 +83,6 @@
*/
#include "ibm1130_defs.h"
#include <memory.h>
/* #define DEBUG_CONSOLE */

View File

@ -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;