[DEBUG] correct .hpp port + clean libC include

This commit is contained in:
Edouard DUPIN 2016-10-02 23:45:34 +02:00
parent 83f501010a
commit c47fbd2108
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#pragma once
#include <elog/log.hpp>
#include <assert.h>
#include <cassert>
namespace elog {
/**

View File

@ -17,7 +17,7 @@
#include <ethread/tools.hpp>
#endif
#include <elog/debug.hpp>
#include <string.h>
#include <cstring>
#include <iostream>
#if defined(__TARGET_OS__Android)