]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
remove unnecessary file includes
authorMike Brady <mikebrady@eircom.net>
Fri, 18 Jan 2019 16:30:21 +0000 (16:30 +0000)
committerMike Brady <mikebrady@eircom.net>
Fri, 18 Jan 2019 16:30:21 +0000 (16:30 +0000)
metadata_hub.c

index aacfb3a3c90a342f224a51b513e1e62f5c22da3e..84cd8076e3d7c39dfacc8c1d0a275e4de190f510 100644 (file)
 #include "dacp.h"
 #include "metadata_hub.h"
 
-#ifdef CONFIG_MBEDTLS
-#include <mbedtls/md5.h>
-#endif
-
-#ifdef CONFIG_POLARSSL
-#include <polarssl/md5.h>
-#endif
-
-#ifdef CONFIG_OPENSSL
-#include <openssl/md5.h>
-#endif
-
 pthread_rwlock_t metadata_hub_re_lock = PTHREAD_RWLOCK_INITIALIZER;
 struct track_metadata_bundle *track_metadata; // used for a temporary track metadata store