mirror of
https://github.com/espressif/openthread.git
synced 2026-07-26 22:09:05 +00:00
Locally define new operator to avoid dependence on stdinc++. (#118)
This commit is contained in:
@@ -31,8 +31,6 @@
|
||||
* This file implements the CLI server on the serial service.
|
||||
*/
|
||||
|
||||
#include <new>
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@@ -43,6 +41,7 @@
|
||||
#include <cli/cli_serial.hpp>
|
||||
#include <common/code_utils.hpp>
|
||||
#include <common/encoding.hpp>
|
||||
#include <common/new.hpp>
|
||||
#include <common/tasklet.hpp>
|
||||
#include <platform/serial.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user