From 0e1fad4382fbceb630d09e7009afe1b1b31a64d6 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 19 Jul 2020 10:15:37 -0600 Subject: dm: core: Drop header files from dm/test.h These header file should not be included in other header files. Remove them and add to each individual file. Add test/test.h to test/ui.h since that is a reasonable place. Signed-off-by: Simon Glass --- include/test/ut.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/test') diff --git a/include/test/ut.h b/include/test/ut.h index 99bbb1230c7..6ab2f8830df 100644 --- a/include/test/ut.h +++ b/include/test/ut.h @@ -11,6 +11,7 @@ #include #include #include +#include struct unit_test_state; -- cgit v1.2.3