Put json in its own module with header

This commit is contained in:
Vinnie Falco
2013-05-25 12:36:56 -07:00
parent e227637e34
commit ce66f950cf
53 changed files with 197 additions and 244 deletions

View File

@@ -18,9 +18,6 @@ namespace boost {
*/
#include <boost/filesystem.hpp> // unfortunately needed to compile
// Ensure that we don't get value.h without writer.h
#include "../json/json.h"
enum LogSeverity
{
lsINVALID = -1, // used to indicate an invalid severity