Move oak::basic_environment to the io framework

Previously this was under the OakSystem framework which depends on the io framework meaning that the io framework itself was unable to obtain a basic environment, which is necessary for next commit.
This commit is contained in:
Allan Odgaard
2012-08-11 19:31:10 +02:00
parent 485bdde0f7
commit e680130eaf
10 changed files with 69 additions and 53 deletions

View File

@@ -1,7 +1,7 @@
#include "tbz.h"
#include <text/format.h>
#include <OakSystem/process.h>
#include <oak/datatypes.h>
#include <io/environment.h>
namespace network
{