提交 26c8794b 编写于 作者: O openharmony_ci 提交者: Gitee

!52 修改 utils 对外头文件路径

Merge pull request !52 from guyuanzhang/22
......@@ -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"
......@@ -34,10 +35,9 @@
#include "events/aod_callback.h"
#include "events/press_event.h"
#include "events/virtual_device_event.h"
#include "graphic_math.h"
#include "gfx_utils/graphic_math.h"
#include "themes/theme_manager.h"
#include "window/window.h"
#include "components/root_view.h"
#include <climits>
#include <gtest/gtest.h>
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
#include "color.h"
#include "gfx_utils/color.h"
#include <climits>
#include <gtest/gtest.h>
......
......@@ -13,9 +13,9 @@
* limitations under the License.
*/
#include "gfx_utils/geometry2d.h"
#include <climits>
#include <gtest/gtest.h>
#include "geometry2d.h"
using namespace std;
using namespace testing::ext;
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
#include "graphic_math.h"
#include "gfx_utils/graphic_math.h"
#include <climits>
#include <gtest/gtest.h>
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
#include "heap_base.h"
#include "gfx_utils/heap_base.h"
#include <climits>
#include <gtest/gtest.h>
......
......@@ -13,9 +13,9 @@
* limitations under the License.
*/
#include "gfx_utils/list.h"
#include <climits>
#include <gtest/gtest.h>
#include "list.h"
using namespace std;
using namespace testing::ext;
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
#include "mem_api.h"
#include "gfx_utils/mem_api.h"
#include <climits>
#include <gtest/gtest.h>
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
#include "rect.h"
#include "gfx_utils/rect.h"
#include <climits>
#include <gtest/gtest.h>
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
#include "style.h"
#include "gfx_utils/style.h"
#include <climits>
#include <gtest/gtest.h>
......
......@@ -13,9 +13,9 @@
* limitations under the License.
*/
#include "gfx_utils/transform.h"
#include <climits>
#include <gtest/gtest.h>
#include "transform.h"
using namespace std;
using namespace testing::ext;
......
......@@ -38,7 +38,7 @@
#include "components/ui_view_group.h"
#include "draw/draw_image.h"
#include "draw/draw_utils.h"
#include "file.h"
#include "gfx_utils/file.h"
using namespace std;
using namespace testing::ext;
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
#include "version.h"
#include "gfx_utils/version.h"
#include <climits>
#include <gtest/gtest.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册