Merge "Fix for thread contention issues in FrameTime object." into devel/master
[platform/core/uifw/dali-adaptor.git] / adaptors / wayland / ecore-wl-render-surface-factory.h
index 5406dcd..51ff9f2 100644 (file)
@@ -19,7 +19,6 @@
  */
 
 // EXTERNAL INCLUDES
-#include <boost/any.hpp>
 #include <string>
 #include <dali/public-api/math/rect.h>
 #include <dali/public-api/common/dali-common.h>
@@ -52,7 +51,7 @@ class RenderSurface;
  * @param [in] name Name of surface passed in
  * @param [in] isTransparent Whether the surface has an alpha channel
  */
-DALI_IMPORT_API RenderSurface* CreatePixmapSurface(
+RenderSurface* CreatePixmapSurface(
   PositionSize       positionSize,
   Any         surface,
   Any         display,