moved json stuff into subfolder

This commit is contained in:
badaix 2015-09-05 11:22:51 +02:00
parent bab4f92e23
commit aeb767d64b
8 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
#include "common/log.h"
#include "common/utils.h"
#include "common/snapException.h"
#include "jsonrpc.h"
#include "json/jsonrpc.h"
#include "config.h"
#include <iostream>