[Git][ghc/ghc][wip/T26166] fixup! rts: Avoid static symbol references to ghc-internal
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 fixup! rts: Avoid static symbol references to ghc-internal - - - - - 1 changed file: - rts/include/rts/Types.h Changes: ===================================== rts/include/rts/Types.h ===================================== @@ -13,9 +13,6 @@ #pragma once -#include <stddef.h> -#include <stdbool.h> - typedef struct StgClosure_ StgClosure; typedef struct StgInfoTable_ StgInfoTable; typedef struct StgTSO_ StgTSO; View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/23c1866749512248dde44efe0fd0b290... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/23c1866749512248dde44efe0fd0b290... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Rodrigo Mesquita (@alt-romes)