mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-31 01:46:16 +02:00
moved json.hpp to externals
This commit is contained in:
parent
478dcff713
commit
a386a4ec89
12 changed files with 12 additions and 12 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#include "fileStream.h"
|
||||
#include "../encoder/encoderFactory.h"
|
||||
#include "encoder/encoderFactory.h"
|
||||
#include "common/log.h"
|
||||
#include "common/snapException.h"
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../encoder/encoderFactory.h"
|
||||
#include "encoder/encoderFactory.h"
|
||||
#include "common/snapException.h"
|
||||
#include "common/compat.h"
|
||||
#include "pcmStream.h"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <cerrno>
|
||||
|
||||
#include "pipeStream.h"
|
||||
#include "../encoder/encoderFactory.h"
|
||||
#include "encoder/encoderFactory.h"
|
||||
#include "common/log.h"
|
||||
#include "common/snapException.h"
|
||||
#include "common/compat.h"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include "../json/json.hpp"
|
||||
#include "externals/json.hpp"
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue