commit | f44b232d85e9d8be6242251d570742d49a7066db | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu May 26 17:35:00 2016 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri May 27 15:49:31 2016 -0700 |
tree | 1815588b5a604e10ecffeef11c6299efb830c863 | |
parent | a3c2df93789bb7536bd96a01bbf952b6fcee269b [diff] [blame] |
Remove libstdc++ include files. We still need <new> for bionic, and to build libstdc++. Change-Id: Ic7b26340576a5355007a06db9c1bec395be49ae1
diff --git a/libc/bionic/new.cpp b/libc/bionic/new.cpp index cd84c2e..76c46ee 100644 --- a/libc/bionic/new.cpp +++ b/libc/bionic/new.cpp
@@ -14,8 +14,9 @@ * limitations under the License. */ -#include <errno.h> #include <new> + +#include <errno.h> #include <stdlib.h> #include "private/libc_logging.h"