X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-scene3d%2Fpublic-api%2Floader%2Findex.h;h=cbf09a2a8afac864769fc8e8ce2d9fd6e1cc1678;hb=b7571e150f79c26b794e2d17a7d789c3bc46b497;hp=3048defd1a3434e19790523c14be8b0220a1cbce;hpb=9bdf218ff02feaae242e4897727b00371b79abf5;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-scene3d/public-api/loader/index.h b/dali-scene3d/public-api/loader/index.h index 3048def..cbf09a2 100644 --- a/dali-scene3d/public-api/loader/index.h +++ b/dali-scene3d/public-api/loader/index.h @@ -1,7 +1,7 @@ #ifndef DALI_SCENE3D_LOADER_INDEX_H_ #define DALI_SCENE3D_LOADER_INDEX_H_ /* - * 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. @@ -17,24 +17,18 @@ * */ -// INTERNAL INCLUDES -#include "dali-scene3d/public-api/api.h" - // EXTERNAL INCLUDES #include -namespace Dali -{ -namespace Scene3D -{ -namespace Loader +// INTERNAL INCLUDES +#include + +namespace Dali::Scene3D::Loader { using Index = uint32_t; constexpr Index INVALID_INDEX = static_cast(-1); -} // namespace Loader -} // namespace Scene3D -} // namespace Dali +} // namespace Dali::Scene3D::Loader #endif //DALI_SCENE3D_LOADER_INDEX_H_