|
From: Florian K. <fk...@so...> - 2026-03-14 10:06:36
|
https://sourceware.org/cgit/valgrind/commit/?id=83593a293df78fd2fe1e6bb754445f53d4a00e34 commit 83593a293df78fd2fe1e6bb754445f53d4a00e34 Author: Florian Krohm <fl...@ei...> Date: Sat Mar 14 10:00:59 2026 +0000 s390: Remove an unused #include directive I forgot to do that in 502fb19a40194c52f051c603c311c0dd2d5c29b2 Diff: --- coregrind/m_machine.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/coregrind/m_machine.c b/coregrind/m_machine.c index c564a10b19..15227efcf9 100644 --- a/coregrind/m_machine.c +++ b/coregrind/m_machine.c @@ -1525,8 +1525,6 @@ Bool VG_(machine_get_hwcaps)( void ) #elif defined(VGA_s390x) -# include "libvex_s390x_common.h" - { Int i, model; |