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

@@ -7,8 +7,6 @@
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include "../json/value.h"
class Parameter : public boost::enable_shared_from_this<Parameter>
{ // abstract base class parameters are derived from
public: