Replace use of deprecated C Standard library headers in C++ code.
Change-Id: I9fa6630c7e4bdb2897df34d417635d8c7d8253bc
Signed-off-by: Tyler Chatow <tchatow@gmail.com>
diff --git a/aos/libc/aos_strerror.cc b/aos/libc/aos_strerror.cc
index b045f24..8c087a8 100644
--- a/aos/libc/aos_strerror.cc
+++ b/aos/libc/aos_strerror.cc
@@ -1,10 +1,11 @@
#include "aos/libc/aos_strerror.h"
-#include <assert.h>
-#include <stdio.h>
-#include <string.h>
#include <sys/types.h>
+#include <cassert>
+#include <cstdio>
+#include <cstring>
+
#include "aos/thread_local.h"
// This code uses an overloaded function to handle the result from either