From 122d1e0b83771aced9418755615e904450427b31 Mon Sep 17 00:00:00 2001 From: zhangguyuan Date: Thu, 18 Mar 2021 15:35:23 +0800 Subject: [PATCH] fix utils include path Change-Id: Ibbcb5e022ac97d6fb350399a6bca3d954b89b1e1 --- graphic_lite/a/src/UiInterfaceTest.cpp | 2 +- graphic_lite/geometry2d_posix/src/geometry2d_test.cpp | 2 +- graphic_lite/list_posix/src/list_test.cpp | 2 +- graphic_lite/transform_posix/src/transform_test.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphic_lite/a/src/UiInterfaceTest.cpp b/graphic_lite/a/src/UiInterfaceTest.cpp index defeb807a..8bd09baba 100755 --- a/graphic_lite/a/src/UiInterfaceTest.cpp +++ b/graphic_lite/a/src/UiInterfaceTest.cpp @@ -16,6 +16,7 @@ #include "UiInterfaceTest.h" #include "common/graphic_startup.h" +#include "components/root_view.h" #include "components/text_adapter.h" #include "components/ui_abstract_clock.h" #include "components/ui_analog_clock.h" @@ -37,7 +38,6 @@ #include "gfx_utils/graphic_math.h" #include "themes/theme_manager.h" #include "window/window.h" -#include "components/root_view.h" #include #include diff --git a/graphic_lite/geometry2d_posix/src/geometry2d_test.cpp b/graphic_lite/geometry2d_posix/src/geometry2d_test.cpp index 91d0d7808..e95265215 100755 --- a/graphic_lite/geometry2d_posix/src/geometry2d_test.cpp +++ b/graphic_lite/geometry2d_posix/src/geometry2d_test.cpp @@ -13,9 +13,9 @@ * limitations under the License. */ +#include "gfx_utils/geometry2d.h" #include #include -#include "gfx_utils/geometry2d.h" using namespace std; using namespace testing::ext; diff --git a/graphic_lite/list_posix/src/list_test.cpp b/graphic_lite/list_posix/src/list_test.cpp index 37dba39fb..81cef884d 100755 --- a/graphic_lite/list_posix/src/list_test.cpp +++ b/graphic_lite/list_posix/src/list_test.cpp @@ -13,9 +13,9 @@ * limitations under the License. */ +#include "gfx_utils/list.h" #include #include -#include "gfx_utils/list.h" using namespace std; using namespace testing::ext; diff --git a/graphic_lite/transform_posix/src/transform_test.cpp b/graphic_lite/transform_posix/src/transform_test.cpp index 9067509f4..70a7373ca 100755 --- a/graphic_lite/transform_posix/src/transform_test.cpp +++ b/graphic_lite/transform_posix/src/transform_test.cpp @@ -13,9 +13,9 @@ * limitations under the License. */ +#include "gfx_utils/transform.h" #include #include -#include "gfx_utils/transform.h" using namespace std; using namespace testing::ext; -- GitLab