1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

SCP: Fold up include files used by all simulators

- Add common system includes used in may places which are allowed
  and thus added directly in sim_defs.h.
- Separate completely private system data structures and system APIs
  for use only by SCP library routines into sim_scp_private.h.
This commit is contained in:
Mark Pizzolato
2023-03-04 14:53:47 -10:00
parent bdf28cf7f8
commit 194b313179
20 changed files with 353 additions and 302 deletions

View File

@@ -128,11 +128,10 @@
*/
#include "sim_defs.h"
#include "sim_scp_private.h"
#include "sim_tmxr.h"
#include "sim_serial.h"
#include "sim_timer.h"
#include <ctype.h>
#include <math.h>
#ifdef __HAIKU__
#define nice(n) ({})