X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Fdali-wrapper.h;h=e3e5e91db4c5ef8b49a8472eab4de3b4ea622510;hp=f1767e4fd06265cec1c3930c97afc70d0903ea09;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=9c6ea1aa6babb4e6e1c59187cad13b44e0639662 diff --git a/plugins/dali-script-v8/src/dali-wrapper.h b/plugins/dali-script-v8/src/dali-wrapper.h index f1767e4..e3e5e91 100644 --- a/plugins/dali-script-v8/src/dali-wrapper.h +++ b/plugins/dali-script-v8/src/dali-wrapper.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_DALI_WRAP_H__ -#define __DALI_V8PLUGIN_DALI_WRAP_H__ +#ifndef DALI_V8PLUGIN_DALI_WRAP_H +#define DALI_V8PLUGIN_DALI_WRAP_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -20,9 +20,9 @@ // EXTERNAL INCLUDES #include -#include // INTERNAL INCLUDES +#include #include #include @@ -186,4 +186,4 @@ private: } // namespace Dali -#endif // header +#endif // DALI_V8PLUGIN_DALI_WRAP_H