Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / scripting / script.h
index 8eed33b..12cd72a 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_SCRIPT_H__
-#define __DALI_TOOLKIT_SCRIPT_H__
+#ifndef DALI_TOOLKIT_SCRIPT_H
+#define DALI_TOOLKIT_SCRIPT_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.
@@ -19,7 +19,7 @@
  */
 
 // EXTERNAL INCLUDES
-#include <dali/public-api/common/dali-common.h>
+#include <dali-toolkit/public-api/dali-toolkit-common.h>
 #include <dali/public-api/object/base-handle.h>
 
 namespace Dali
@@ -49,7 +49,7 @@ class Script;
  * @endcode
  *
  */
-class DALI_IMPORT_API Script : public BaseHandle
+class DALI_TOOLKIT_API Script : public BaseHandle
 {
 
 public:
@@ -90,4 +90,4 @@ private:
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_SCRIPT_H__
+#endif // DALI_TOOLKIT_SCRIPT_H