提交 f00bea83 编写于 作者: Z zhangguyuan

fix utils include path

Change-Id: I583b28de8b3c0173193e3cedd3a94c6f84af437d
上级 2c23d928
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include "events/aod_callback.h" #include "events/aod_callback.h"
#include "events/press_event.h" #include "events/press_event.h"
#include "events/virtual_device_event.h" #include "events/virtual_device_event.h"
#include "graphic_math.h" #include "gfx_utils/graphic_math.h"
#include "themes/theme_manager.h" #include "themes/theme_manager.h"
#include "window/window.h" #include "window/window.h"
#include "components/root_view.h" #include "components/root_view.h"
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include "color.h" #include "gfx_utils/color.h"
#include <climits> #include <climits>
#include <gtest/gtest.h> #include <gtest/gtest.h>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <climits> #include <climits>
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include "geometry2d.h" #include "gfx_utils/geometry2d.h"
using namespace std; using namespace std;
using namespace testing::ext; using namespace testing::ext;
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include "graphic_math.h" #include "gfx_utils/graphic_math.h"
#include <climits> #include <climits>
#include <gtest/gtest.h> #include <gtest/gtest.h>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include "heap_base.h" #include "gfx_utils/heap_base.h"
#include <climits> #include <climits>
#include <gtest/gtest.h> #include <gtest/gtest.h>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <climits> #include <climits>
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include "list.h" #include "gfx_utils/list.h"
using namespace std; using namespace std;
using namespace testing::ext; using namespace testing::ext;
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include "mem_api.h" #include "gfx_utils/mem_api.h"
#include <climits> #include <climits>
#include <gtest/gtest.h> #include <gtest/gtest.h>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include "rect.h" #include "gfx_utils/rect.h"
#include <climits> #include <climits>
#include <gtest/gtest.h> #include <gtest/gtest.h>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include "style.h" #include "gfx_utils/style.h"
#include <climits> #include <climits>
#include <gtest/gtest.h> #include <gtest/gtest.h>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <climits> #include <climits>
#include <gtest/gtest.h> #include <gtest/gtest.h>
#include "transform.h" #include "gfx_utils/transform.h"
using namespace std; using namespace std;
using namespace testing::ext; using namespace testing::ext;
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include "components/ui_view_group.h" #include "components/ui_view_group.h"
#include "draw/draw_image.h" #include "draw/draw_image.h"
#include "draw/draw_utils.h" #include "draw/draw_utils.h"
#include "file.h" #include "gfx_utils/file.h"
using namespace std; using namespace std;
using namespace testing::ext; using namespace testing::ext;
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include "version.h" #include "gfx_utils/version.h"
#include <climits> #include <climits>
#include <gtest/gtest.h> #include <gtest/gtest.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册