From c333a5f886d193435ef842df783467907832d7e6 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sat, 4 Mar 2023 13:41:50 -1000 Subject: [PATCH] BESM6: Removed irrelevant include files --- BESM6/besm6_arith.c | 1 - BESM6/besm6_cpu.c | 2 -- BESM6/besm6_defs.h | 1 - BESM6/besm6_disk.c | 3 --- BESM6/besm6_panel.c | 1 - BESM6/besm6_sys.c | 1 - BESM6/besm6_tty.c | 1 - 7 files changed, 10 deletions(-) diff --git a/BESM6/besm6_arith.c b/BESM6/besm6_arith.c index 175f68da..39435ed9 100644 --- a/BESM6/besm6_arith.c +++ b/BESM6/besm6_arith.c @@ -26,7 +26,6 @@ * the sale, use or other dealings in this Software without prior written * authorization from Leonid Broukhis and Serge Vakulenko. */ -#include #include "besm6_defs.h" typedef struct { diff --git a/BESM6/besm6_cpu.c b/BESM6/besm6_cpu.c index f99c9651..1747f880 100644 --- a/BESM6/besm6_cpu.c +++ b/BESM6/besm6_cpu.c @@ -51,8 +51,6 @@ * 13) A lot of comments in Russian (UTF-8). */ #include "besm6_defs.h" -#include -#include t_value memory [MEMSIZE]; diff --git a/BESM6/besm6_defs.h b/BESM6/besm6_defs.h index 3d930995..966fc8ac 100644 --- a/BESM6/besm6_defs.h +++ b/BESM6/besm6_defs.h @@ -32,7 +32,6 @@ #include "sim_defs.h" /* simulator defns */ #include "scp.h" -#include /* Rename of global PC variable to avoid namespace conflicts on some platforms */ diff --git a/BESM6/besm6_disk.c b/BESM6/besm6_disk.c index c74626d2..fd8bdbba 100644 --- a/BESM6/besm6_disk.c +++ b/BESM6/besm6_disk.c @@ -28,9 +28,6 @@ * authorization from Leonid Broukhis and Serge Vakulenko. */ #include "besm6_defs.h" -#include -#include -#include /* * Управляющее слово обмена с магнитным диском. diff --git a/BESM6/besm6_panel.c b/BESM6/besm6_panel.c index b0ee86a1..c60bbba1 100644 --- a/BESM6/besm6_panel.c +++ b/BESM6/besm6_panel.c @@ -32,7 +32,6 @@ #include "besm6_defs.h" #ifdef HAVE_LIBSDL -#include /* * Use a 640x480 window with 32 bit pixels. diff --git a/BESM6/besm6_sys.c b/BESM6/besm6_sys.c index 82e07a45..25f3ec70 100644 --- a/BESM6/besm6_sys.c +++ b/BESM6/besm6_sys.c @@ -37,7 +37,6 @@ * word from it */ #include "besm6_defs.h" -#include const char *opname_short_bemsh [64] = { "зп", "зпм", "рег", "счм", "сл", "вч", "вчоб","вчаб", diff --git a/BESM6/besm6_tty.c b/BESM6/besm6_tty.c index 5d17f018..84cbec3f 100644 --- a/BESM6/besm6_tty.c +++ b/BESM6/besm6_tty.c @@ -28,7 +28,6 @@ */ #include "besm6_defs.h" -#include "sim_sock.h" #include "sim_tmxr.h" #define TTY_MAX 24 /* Serial TTY lines */