diff options
Diffstat (limited to 'mps/code/table.c')
| -rw-r--r-- | mps/code/table.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mps/code/table.c b/mps/code/table.c index b7ba512d270..e141bf1d8e2 100644 --- a/mps/code/table.c +++ b/mps/code/table.c | |||
| @@ -15,10 +15,6 @@ | |||
| 15 | #include <assert.h> | 15 | #include <assert.h> |
| 16 | #include <stdio.h> | 16 | #include <stdio.h> |
| 17 | #include "mpstd.h" | 17 | #include "mpstd.h" |
| 18 | #ifdef MPS_OS_SU | ||
| 19 | #include "ossu.h" | ||
| 20 | #endif | ||
| 21 | |||
| 22 | 18 | ||
| 23 | typedef unsigned long ulong; | 19 | typedef unsigned long ulong; |
| 24 | 20 | ||