moved json stuff into subfolder

This commit is contained in:
badaix 2015-09-05 11:22:51 +02:00
parent 8991347947
commit 0c2e5a0df3
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>