diff --git a/examples/scene3d-model/scene3d-model-example.cpp b/examples/scene3d-model/scene3d-model-example.cpp index bb2079f..b306792 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] =