1
0
mirror of https://github.com/simh/simh.git synced 2026-01-11 23:52:58 +00:00

BESM6: Removed irrelevant include files

This commit is contained in:
Mark Pizzolato 2023-03-04 13:41:50 -10:00
parent 194b313179
commit c333a5f886
7 changed files with 0 additions and 10 deletions

View File

@ -26,7 +26,6 @@
* the sale, use or other dealings in this Software without prior written
* authorization from Leonid Broukhis and Serge Vakulenko.
*/
#include <math.h>
#include "besm6_defs.h"
typedef struct {

View File

@ -51,8 +51,6 @@
* 13) A lot of comments in Russian (UTF-8).
*/
#include "besm6_defs.h"
#include <math.h>
#include <float.h>
t_value memory [MEMSIZE];

View File

@ -32,7 +32,6 @@
#include "sim_defs.h" /* simulator defns */
#include "scp.h"
#include <setjmp.h>
/* Rename of global PC variable to avoid namespace conflicts on some platforms */

View File

@ -28,9 +28,6 @@
* authorization from Leonid Broukhis and Serge Vakulenko.
*/
#include "besm6_defs.h"
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
/*
* Управляющее слово обмена с магнитным диском.

View File

@ -32,7 +32,6 @@
#include "besm6_defs.h"
#ifdef HAVE_LIBSDL
#include <stdlib.h>
/*
* Use a 640x480 window with 32 bit pixels.

View File

@ -37,7 +37,6 @@
* word from it
*/
#include "besm6_defs.h"
#include <math.h>
const char *opname_short_bemsh [64] = {
"зп", "зпм", "рег", "счм", "сл", "вч", "вчоб","вчаб",

View File

@ -28,7 +28,6 @@
*/
#include "besm6_defs.h"
#include "sim_sock.h"
#include "sim_tmxr.h"
#define TTY_MAX 24 /* Serial TTY lines */