diff mbox series

[v9,3/6] test: cunit common fix header paths

Message ID 1513029623-29970-4-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v9,1/6] test: build: enable cunit output to xml | expand

Commit Message

Github ODP bot Dec. 11, 2017, 10 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: 6881620135a179911a5839d4be97423a8d80e5ab
 ** Merge commit sha: 512c8ed3c8a8e6317575378fbccc1620392cca8a
 **/
 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 1497a33c7..323958f26 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>
 #if TEST_CUNIT_XML
 #include <CUnit/Automated.h>
 #endif