From 9e9b8e0e0261bbec5ba5352de4febc1eaf283744 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 13 Oct 2016 21:29:18 +0200 Subject: [PATCH] [DEV] remove dependency of unistd.h --- ewol/context/Context.cpp | 2 +- ewol/object/Manager.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ewol/context/Context.cpp b/ewol/context/Context.cpp index 73a21e71..c2904dbb 100644 --- a/ewol/context/Context.cpp +++ b/ewol/context/Context.cpp @@ -4,7 +4,7 @@ * @license APACHE v2.0 (see license file) */ -#include + #include #include diff --git a/ewol/object/Manager.cpp b/ewol/object/Manager.cpp index 5f53a145..dd5f92ef 100644 --- a/ewol/object/Manager.cpp +++ b/ewol/object/Manager.cpp @@ -8,7 +8,7 @@ #include #include #include -#include + ewol::object::Manager::Manager(ewol::Context& _context) : m_context(_context),