[DEV] remove dependency of unistd.h

This commit is contained in:
Edouard DUPIN 2016-10-13 21:29:18 +02:00
parent adbc99df96
commit 9e9b8e0e02
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* @license APACHE v2.0 (see license file) * @license APACHE v2.0 (see license file)
*/ */
#include <unistd.h>
#include <etk/types.hpp> #include <etk/types.hpp>
#include <etk/etk.hpp> #include <etk/etk.hpp>

View File

@ -8,7 +8,7 @@
#include <ewol/context/Context.hpp> #include <ewol/context/Context.hpp>
#include <ewol/ewol.hpp> #include <ewol/ewol.hpp>
#include <etk/stdTools.hpp> #include <etk/stdTools.hpp>
#include <unistd.h>
ewol::object::Manager::Manager(ewol::Context& _context) : ewol::object::Manager::Manager(ewol::Context& _context) :
m_context(_context), m_context(_context),