From 776523988e25cb8936dd7ac873aad57064d69b8b Mon Sep 17 00:00:00 2001 From: "Eunki, Hong" Date: Thu, 1 Jun 2023 10:12:04 +0900 Subject: [PATCH] [Tizen] Use dali-scene3d.h instead of partial includes Build test + app useage test for scene3d app Change-Id: I565cc2b56403289ad53980baa497a6d7c5f4412c Signed-off-by: Eunki, Hong --- examples/scene3d-model/scene3d-model-example.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/scene3d-model/scene3d-model-example.cpp b/examples/scene3d-model/scene3d-model-example.cpp index 1a08850..e9dda2a 100644 --- a/examples/scene3d-model/scene3d-model-example.cpp +++ b/examples/scene3d-model/scene3d-model-example.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,6 +15,7 @@ * */ +#include #include #include #include @@ -24,9 +25,6 @@ #include #include -#include -#include - using namespace Dali; using namespace Dali::Toolkit; @@ -43,7 +41,6 @@ using namespace Dali::Toolkit; namespace { - static constexpr int32_t NUM_OF_GLTF_MODELS = 7; const char* gltf_list[7] = -- 2.7.4