mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-04 23:44:42 +00:00
Cleanup of includes and related changes based on include-what-you-use diagnostics (#436)
Remove unused #define PERCENT_OF_SCREEN in MyWindow.h Move structures for dir.c to dirdefs.h where they are used Resolve S_CHAR vs S_CHARACTER in favor of S_CHARACTER and cleanup #defines Fix = vs == bug in FSDEBUG code in dir.c Eliminate duplicate/unused constant definitions in gcr.c Declare static internal function bytecmp in mkatom.c Update many source and include files to include headers for what they use
This commit is contained in:
@@ -22,21 +22,18 @@
|
||||
|
||||
*/
|
||||
/********************************************************************/
|
||||
#include <stdio.h>
|
||||
#include "lispemul.h"
|
||||
#include "lispmap.h"
|
||||
#include "lsptypes.h"
|
||||
#include "adr68k.h"
|
||||
#include "address.h"
|
||||
#include "lspglob.h"
|
||||
#include <stdio.h> // for printf
|
||||
#include "adr68k.h" // for Addr68k_from_StkOffset, StkOffset_from_68K
|
||||
#include "commondefs.h" // for error
|
||||
#include "emlglob.h"
|
||||
#include "cell.h"
|
||||
#include "stack.h"
|
||||
#include "return.h"
|
||||
|
||||
#include "hardrtndefs.h"
|
||||
#include "commondefs.h"
|
||||
#include "llstkdefs.h"
|
||||
#include "hardrtndefs.h" // for incusecount68k, slowreturn
|
||||
#include "lispemul.h" // for state, DLword, CURRENTFX, DLWORDSPER_CELL
|
||||
#include "lispmap.h" // for STK_HI
|
||||
#include "llstkdefs.h" // for decusecount68k, freestackblock, blt, stack_...
|
||||
#include "lspglob.h"
|
||||
#include "lsptypes.h" // for GETWORD
|
||||
#include "return.h" // for AFTER_CONTEXTSW, BEFORE_CONTEXTSW, FastRetCALL
|
||||
#include "stack.h" // for FX, frameex1, Bframe, CHECK_FX, StackWord
|
||||
|
||||
#define MAKE_FXCOPY(fx68k) \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user