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
This commit is contained in:
Adam Honse
2023-05-25 22:02:36 -05:00
parent 4f945075e9
commit eb08ceb1e7

View File

@@ -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"