X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-scene-loader%2Fpublic-api%2Fshader-definition-factory.h;h=387984d6fc92655caa8b2660742bbf8dfba67141;hb=e3cb09bfd9a25de3fa35db1b2c3082bcb838d700;hp=4f55bbe5192ebd5d2d50b2a64847195d34190f4c;hpb=7a315fe9869206bf6ad3195931f27d88fe9c128e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-scene-loader/public-api/shader-definition-factory.h b/dali-scene-loader/public-api/shader-definition-factory.h index 4f55bbe..387984d 100644 --- a/dali-scene-loader/public-api/shader-definition-factory.h +++ b/dali-scene-loader/public-api/shader-definition-factory.h @@ -1,7 +1,7 @@ #ifndef DALI_SCENE_LOADER_SHADER_DEFINITION_FACTORY_H_ #define DALI_SCENE_LOADER_SHADER_DEFINITION_FACTORY_H_ /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 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. @@ -18,8 +18,8 @@ */ // INTERNAL INCLUDES -#include "dali-scene-loader/public-api/index.h" #include "dali-scene-loader/public-api/api.h" +#include "dali-scene-loader/public-api/index.h" // EXTERNAL INCLUDER #include @@ -28,7 +28,6 @@ namespace Dali { namespace SceneLoader { - struct NodeDefinition; class ResourceBundle; @@ -57,7 +56,7 @@ private: const std::unique_ptr mImpl; }; -} -} +} // namespace SceneLoader +} // namespace Dali #endif //DALI_SCENE_LOADER_SHADER_DEFINITION_FACTORY_H_