diff mbox series

[v10,3/5] test: cunit common fix header paths

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

Commit Message

Github ODP bot Dec. 14, 2017, 3 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: 6b5cdc77eb9759a2349b10372a964648559bc92c
 ** Merge commit sha: b6dece7bd634cbe00c04cb730888d4600936a592
 **/
 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 ef4385398..3727a4259 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>
 #include <CUnit/Automated.h>
 #include <odp_api.h>