Merge pull request #8130 from davidhorstmann-arm/fix-unnecessary-include-prefixes
Fix unnecessary header prefixes in tests
This commit is contained in:
commit
f7632382cc
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/* BEGIN_HEADER */
|
||||
#include "../library/common.h"
|
||||
#include "common.h"
|
||||
|
||||
void fill_arrays(unsigned char *a, unsigned char *b, unsigned char *r1, unsigned char *r2, size_t n)
|
||||
{
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue