diff --git a/graphic_lite/a/src/UiInterfaceTest.cpp b/graphic_lite/a/src/UiInterfaceTest.cpp index defeb807ac5f9eca721783a4aec67603e04c2ad2..8bd09baba646aef793b0303528d0c5da9feb47c2 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 91d0d7808b789f9edcdfb1427d0305a9c33411c0..e95265215f07843544f8804fe0b0bfa0c1b0b4a3 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 37dba39fbed294cceb2c241ddcfceafe268ffa68..81cef884d84b68d7c549916a2da4b17ed186ba04 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 9067509f4405b57cc9570791cf17eea825e076c5..70a7373ca732a69dd561a49284fd12ad53b5c4f0 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;