From 3745c08f513d6534c9f8ed8e9a70e8691f69b9eb Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Tue, 21 Feb 2023 12:07:10 -0800 Subject: [PATCH] Remove unused include files from asmbbt.c --- src/asmbbt.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/asmbbt.c b/src/asmbbt.c index 4974a68..22a6cf6 100644 --- a/src/asmbbt.c +++ b/src/asmbbt.c @@ -23,20 +23,7 @@ #include "version.h" #include "lispemul.h" -#include "lspglob.h" -#include "lispmap.h" -#include "lsptypes.h" -#include "emlglob.h" -#include "adr68k.h" -#include "address.h" -#include "arith.h" -#include "stack.h" -#include "cell.h" -#include "gcdata.h" - #include "bb.h" -#include "bitblt.h" -#include "pilotbbt.h" void bitblt(DLword *srcbase, DLword *dstbase, int sx, int dx, int w, int h, int srcbpl, int dstbpl, int backwardflg, int src_comp, int op, int gray, int num_gray, int curr_gray_line) {