Rodrigo Mesquita pushed to branch wip/T26166 at Glasgow Haskell Compiler / GHC
Commits:
-
23c18667
by Rodrigo Mesquita at 2025-10-14T15:30:44+01:00
1 changed file:
Changes:
| ... | ... | @@ -13,9 +13,6 @@ |
| 13 | 13 | |
| 14 | 14 | #pragma once
|
| 15 | 15 | |
| 16 | -#include <stddef.h>
|
|
| 17 | -#include <stdbool.h>
|
|
| 18 | - |
|
| 19 | 16 | typedef struct StgClosure_ StgClosure;
|
| 20 | 17 | typedef struct StgInfoTable_ StgInfoTable;
|
| 21 | 18 | typedef struct StgTSO_ StgTSO; |