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"