Misc cleanup of header includes

Was looking for misuse of module headers without checking that the module is
actually enabled and got carried away...
This commit is contained in:
Rémi Verschelde 2021-07-15 00:46:35 +02:00
parent 499be1fb67
commit 06568bbfdf
No known key found for this signature in database
GPG key ID: C3336907360768E1
23 changed files with 69 additions and 91 deletions

View file

@ -28,7 +28,7 @@
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
/*************************************************************************/
#include "modules/mbedtls/tests/test_crypto_mbedtls.h"
#include "test_crypto_mbedtls.h"
#include "modules/mbedtls/crypto_mbedtls.h"
#include "tests/test_macros.h"