diff mbox series

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

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

Commit Message

Github ODP bot Nov. 24, 2017, 1 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: 5329e5211c447b9b823149baf76112eedfeb07fb
 ** Merge commit sha: 38997035d56dfa16e0d5d75e5619b47457b54638
 **/
 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