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:
parent
4f945075e9
commit
eb08ceb1e7
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue