From ff49e176f2ae9a1e34fd85babe537e2fb33d21ec Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Thu, 16 Feb 2017 21:51:46 +0100 Subject: [PATCH] [spotify] Fixup header path to json.h --- src/spotify_webapi.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/spotify_webapi.h b/src/spotify_webapi.h index 67350372..a195217d 100644 --- a/src/spotify_webapi.h +++ b/src/spotify_webapi.h @@ -20,13 +20,8 @@ #ifndef SRC_SPOTIFY_WEBAPI_H_ #define SRC_SPOTIFY_WEBAPI_H_ - #include -#ifdef HAVE_JSON_C_OLD -# include -#else -# include -#endif +#include #include #include "http.h"