Moved tinythread to lib.

This commit is contained in:
Thulinma 2014-01-23 10:39:14 +01:00
parent 32f482edf0
commit ebf0b41039
5 changed files with 6 additions and 1023 deletions

View file

@ -6,7 +6,7 @@
#include <mist/dtsc.h>
#include <mist/json.h>
#include <mist/socket.h>
#include "../../tinythread.h"
#include <mist/tinythread.h>
namespace Buffer {

View file

@ -20,8 +20,8 @@
#include <mist/timing.h>
#include <mist/auth.h>
#include <mist/procs.h>
#include <mist/tinythread.h>
#include "../../tinythread.h"
#include "embed.js.h"
/// Holds everything unique to HTTP Connectors.