From: Maxim Uvarov <maxim.uva...@linaro.org>

Signed-off-by: Maxim Uvarov <maxim.uva...@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: 9af6bae56adfa7e06e06d13bb60a5964fcf40977
 **/
 test/common/odp_cunit_common.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

Reply via email to