Rodrigo Mesquita pushed to branch wip/T26166 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • rts/include/rts/Types.h
    ... ... @@ -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;