summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-09-14 07:42:05 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-09-14 07:42:05 +0300
commit69664ee76191c7b6a3745985b188652a3740aa2a (patch)
tree720d311544befd2b6acb42de2f6d972f6b5e0e20 /extra
parent94091dc617b7626a1ccc060fbff153664618b181 (diff)
downloadbdwgc-69664ee76191c7b6a3745985b188652a3740aa2a.tar.gz
Include gc/gc[_cpp].h directly except for cord and tests
(refactoring) * extra/msvc_dbg.c [!_M_ARM && !_M_ARM64 && !_M_X64 && _MSC_VER]: Include "gc/gc.h" instead of "gc.h". * gc_badalc.cc: Likewise. * gc_cpp.cc: Likewise. * include/private/gc_alloc_ptrs.h: Likewise. * include/private/gc_atomic_ops.h [GC_BUILTIN_ATOMIC]: Likewise. * include/private/gc_priv.h [!GC_H]: Likewise. * gc_cpp.cc: Include "gc/gc_cpp.h" instead of "gc_cpp.h". * include/private/gcconfig.h: Change include gc.h to include gc/gc.h in comment.
Diffstat (limited to 'extra')
-rw-r--r--extra/msvc_dbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/msvc_dbg.c b/extra/msvc_dbg.c
index 84138aee..7385d203 100644
--- a/extra/msvc_dbg.c
+++ b/extra/msvc_dbg.c
@@ -30,7 +30,7 @@
#include <stdlib.h>
#define GC_BUILD
-#include "gc.h"
+#include "gc/gc.h"
#ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN 1