From 71a25222ee9d2f7169ff2af28b72892020f3a67c Mon Sep 17 00:00:00 2001 From: Slobodan Predolac Date: Wed, 27 May 2026 17:24:21 -0400 Subject: [PATCH] Break jemalloc_preamble.h <-> test_hooks.h #include cycle --- include/jemalloc/internal/test_hooks.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/jemalloc/internal/test_hooks.h b/include/jemalloc/internal/test_hooks.h index 35f3a211..dfe8a86e 100644 --- a/include/jemalloc/internal/test_hooks.h +++ b/include/jemalloc/internal/test_hooks.h @@ -1,8 +1,6 @@ #ifndef JEMALLOC_INTERNAL_TEST_HOOKS_H #define JEMALLOC_INTERNAL_TEST_HOOKS_H -#include "jemalloc/internal/jemalloc_preamble.h" - extern JEMALLOC_EXPORT void (*test_hooks_arena_new_hook)(void); extern JEMALLOC_EXPORT void (*test_hooks_libc_hook)(void);