blob: 8add4a2e0de47999c6fa181fc51c2706637b6a3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/new.cpp b/src/new.cpp
index cfef148..7dd17bc 100644
--- a/src/new.cpp
+++ b/src/new.cpp
@@ -9,8 +9,6 @@
#include <new>
#include <stdlib.h>
-#include "include/atomic_support.h"
-
#if defined(_LIBCPP_ABI_MICROSOFT)
# if !defined(_LIBCPP_ABI_VCRUNTIME)
# include "support/runtime/new_handler_fallback.ipp"
|