1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-10 10:10:21 +00:00

Begin to clean up includes and ifdefs in includes. (#41)

This commit is contained in:
Bruce Mitchener
2020-12-15 00:26:06 +07:00
committed by GitHub
parent 2dba7492af
commit a68cce2203
18 changed files with 152 additions and 321 deletions

View File

@@ -12,17 +12,18 @@ static char *id = "$Id: lpmain.c,v 1.2 1999/01/03 02:07:19 sybalsky Exp $ Copyri
#include "version.h"
#include <signal.h>
#include "lpkit.h"
#include "lpglob.h"
#include "lppatch.h"
#include <setjmp.h>
#include <malloc.h>
#include <signal.h>
#include <stdlib.h>
#ifdef OS4
#include <sys/types.h>
#endif /* OS4 */
#include "lpkit.h"
#include "lpglob.h"
#include "lppatch.h"
#include "lispemul.h"
#include "lspglob.h"
#include "lispmap.h"