Include json headers via json/ path.

master
Nicky 2017-02-03 17:12:07 +01:00
parent fcd11b1c1e
commit 140c0dcd63
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@
#if LL_USESYSTEMLIBS
#include "jsoncpp/reader.h" // JSON
#else
#include "reader.h" // JSON
#include "json/reader.h" // JSON
#endif
#include <openssl/hmac.h>

View File

@ -40,7 +40,7 @@
#include <exception>
#include "reader.h" // <FS:ND/> To parse manifest.json from pepperflash
#include "json/reader.h" // <FS:ND/> To parse manifest.json from pepperflash
#if LL_DBUS_ENABLED
# include "llappviewerlinux_api_dbus.h"

View File

@ -42,7 +42,7 @@
#include "llcorehttputil.h"
// third-party
#include "jsoncpp/reader.h" // JSON
#include "json/reader.h" // JSON
/*
* Workflow: