Revert "[compiler-rt][nfc] DenseMap needs placement new (#133329)"

This reverts commit 4485e25dd2a57be1ee504b4dd863a1e140f5084c.
Buildbot failures, e.g. https://lab.llvm.org/buildbot/#/builders/66/builds/11827
This commit is contained in:
Mircea Trofin 2025-03-27 22:15:13 -07:00
parent 4485e25dd2
commit 68571f9151

View File

@ -19,9 +19,6 @@
#include "sanitizer_common.h"
#include "sanitizer_dense_map_info.h"
#include "sanitizer_internal_defs.h"
// Placement-new is needed for bucket allocation. This avoids needing to include
// it everywhere we use DenseMap.
#include "sanitizer_placement_new.h"
#include "sanitizer_type_traits.h"
namespace __sanitizer {