mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-30 06:10:54 +03:00
make it fit in allocated space
This commit is contained in:
@@ -4,7 +4,11 @@
|
||||
#include <string>
|
||||
|
||||
#include "HTTPClient.h"
|
||||
#ifdef BELL_ONLY_CJSON
|
||||
#include "cJSON.h"
|
||||
#else
|
||||
#include "nlohmann/json.hpp"
|
||||
#endif
|
||||
|
||||
namespace cspot {
|
||||
class ApResolve {
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include "CSpotContext.h"
|
||||
#include "AccessKeyFetcher.h"
|
||||
|
||||
|
||||
namespace cspot {
|
||||
|
||||
class CDNTrackStream {
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
#include <iostream>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#ifndef BELL_ONLY_CJSON
|
||||
#include <nlohmann/json.hpp>
|
||||
#endif
|
||||
#include <vector>
|
||||
|
||||
#include "ConstantParameters.h"
|
||||
|
||||
Reference in New Issue
Block a user