Framework for Font styles
[platform/core/uifw/dali-core.git] / dali / integration-api / resource-cache.h
index 31ee19a..e5fa3d6 100644 (file)
@@ -21,7 +21,6 @@
 // INTERNAL INCLUDES
 #include <dali/public-api/common/intrusive-ptr.h>
 #include <dali/integration-api/resource-request.h>
-#include <dali/public-api/text/font-parameters.h>
 
 namespace Dali
 {
@@ -47,7 +46,7 @@ typedef IntrusivePtr<Dali::RefObject> ResourcePointer;
  * Abstract interface to receive notifications of resource IO operations.
  * This is used when pulling loaded resources from the PlatformAbstraction.
  */
-class DALI_IMPORT_API ResourceCache
+class ResourceCache
 {
 protected: