diff mbox series

[v5,3/4] test: cunit common fix header paths

Message ID 1512666018-3066-4-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v5,1/4] test: build: enable cunit output to xml | expand

Commit Message

Github ODP bot Dec. 7, 2017, 5 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
/** Email created from pull request 309 (muvarov:devel/master_shippable2)
 ** https://github.com/Linaro/odp/pull/309
 ** Patch: https://github.com/Linaro/odp/pull/309.patch
 ** Base sha: c15a810b7a47f2e07200f83aa534163ca06e2b16
 ** Merge commit sha: f67aef1c433b43a2cdad08eb808b9fbcb9797b0e
 **/
 test/common/odp_cunit_common.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/test/common/odp_cunit_common.h b/test/common/odp_cunit_common.h
index 6eaeed87d..e762a38c9 100644
--- a/test/common/odp_cunit_common.h
+++ b/test/common/odp_cunit_common.h
@@ -15,8 +15,8 @@ 
 
 #include <stdint.h>
 #include <inttypes.h>
-#include "CUnit/Basic.h"
-#include "CUnit/TestDB.h"
+#include <CUnit/Basic.h>
+#include <CUnit/TestDB.h>
 #ifdef TEST_CUNIT_XML
 #include <CUnit/Automated.h>
 #endif