mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-26 20:02:37 +00:00
Remove profile.h (#272)
This no longer had anything to do with profiling and was only doing some defines for the switch case block addresses, which we no longer need since there's no longer optional asm generated for them.
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
#include "iopage.h"
|
||||
|
||||
#include "debug.h"
|
||||
#include "profile.h"
|
||||
|
||||
#include "timeout.h"
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#include "lspglob.h"
|
||||
#include "arith.h"
|
||||
#include "subrs.h"
|
||||
#include "profile.h"
|
||||
|
||||
#include "miscndefs.h"
|
||||
#include "commondefs.h"
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
#include "stack.h"
|
||||
#include "arith.h"
|
||||
#include "subrs.h"
|
||||
#include "profile.h"
|
||||
#include "dbprint.h"
|
||||
#include "bbtsub.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user