Remove the namespacing from config-no-entropy.h
Remove the `mbedtls` namespacing from the `config-no-entropy.h` file,
as it is being imported to the include folder.
diff --git a/configs/config-no-entropy.h b/configs/config-no-entropy.h
index d8cc1ab..7d34ad5 100644
--- a/configs/config-no-entropy.h
+++ b/configs/config-no-entropy.h
@@ -87,6 +87,6 @@
/* Miscellaneous options */
#define MBEDTLS_AES_ROM_TABLES
-#include "mbedtls/check_config.h"
+#include "check_config.h"
#endif /* MBEDTLS_CONFIG_H */