Merge pull request #8132 from davidhorstmann-arm/2.28-fix-unnecessary-include-prefixes

[Backport 2.28] Fix unnecessary header prefix in tests
This commit is contained in:
Gilles Peskine 2023-08-31 07:32:29 +00:00 committed by GitHub
commit 4ee11a074f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
* before changing how test data is constructed or validated.
*/
#include "../library/psa_crypto_its.h"
#include "psa_crypto_its.h"
#include "test/psa_helpers.h"