Skip to content

Commit 0971254

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
TESTS: remove include missing header
1 parent f2d211b commit 0971254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TESTS/integration/COMMON/download_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include "unity/unity.h"
2828
#include "greentea-client/test_env.h"
2929
#include <string>
30-
#include "common_defines_test.h"
30+
#include "download_test.h"
3131

3232
#define MAX_THREADS 5
3333

TESTS/integration/COMMON/file_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#include "mbed.h"
2626
#include "unity/unity.h"
27-
#include "common_defines_test.h"
27+
#include "file_test.h"
2828

2929
void file_test_write(const char *file, size_t offset, const unsigned char *data, size_t data_length, size_t block_size)
3030
{

0 commit comments

Comments
 (0)