Stop exporting Internal symbols
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / public-api / controls / scrollable / item-view / roll-layout.h
index f40d2f1..bbaea00 100644 (file)
  */
 
 // INTERNAL INCLUDES
-#include <dali/dali.h>
 
 #include <dali-toolkit/public-api/controls/scrollable/item-view/item-layout.h>
 
-namespace Dali DALI_IMPORT_API
+namespace Dali
 {
 
 namespace Toolkit
@@ -36,7 +35,7 @@ typedef IntrusivePtr<RollLayout> RollLayoutPtr;
 /**
  * An ItemView layout which arranges items in a roll.
  */
-class RollLayout : public ItemLayout
+class DALI_IMPORT_API RollLayout : public ItemLayout
 {
 public: