moved json.hpp to externals

This commit is contained in:
badaix 2016-04-03 14:38:11 +02:00
parent 478dcff713
commit a386a4ec89
12 changed files with 12 additions and 12 deletions

View file

@ -24,8 +24,8 @@
#include <string>
#include <map>
#include "streamUri.h"
#include "../encoder/encoder.h"
#include "../json/json.hpp"
#include "encoder/encoder.h"
#include "externals/json.hpp"
#include "message/sampleFormat.h"
#include "message/header.h"