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

B5500: Remove redundant include of time.h

This commit is contained in:
Richard Cornwell 2020-10-31 11:54:40 -04:00
parent 4d03ac67f6
commit 00c40dca89

View File

@ -95,7 +95,6 @@
#include "b5500_defs.h"
#include "sim_timer.h"
#include <math.h>
#include <time.h>
#define UNIT_V_MSIZE (UNIT_V_UF + 0)
#define UNIT_MSIZE (7 << UNIT_V_MSIZE)