Remove mbedtls/certs.h from EntertainmentMode.cpp to work around mbedtls removing that file in newer releases, which have made their way to Arch Linux.

* It looks like upstream has made this change, but it has not made it into a release, so just doing this single patch for now
master
Adam Honse 3 years ago
parent 4f945075e9
commit eb08ceb1e7

@ -21,7 +21,6 @@
**/
#include "hueplusplus/EntertainmentMode.h"
#include "mbedtls/certs.h"
#include "mbedtls/ctr_drbg.h"
#include "mbedtls/debug.h"
#include "mbedtls/entropy.h"

Loading…
Cancel
Save