Libraries reorganized to limit the number of exported symbols
[platform/core/security/key-manager.git] / src / manager / dpl / core / include / dpl / fstream_accessors.h
index ca0b66d..b1aa17c 100644 (file)
@@ -25,8 +25,6 @@
 #ifndef CENT_KEY_FSTREAM_ACCESSORS_H
 #define CENT_KEY_FSTREAM_ACCESSORS_H
 
-#include <symbol-visibility.h>
-
 namespace CKM {
 
 /*
@@ -37,7 +35,7 @@ namespace CKM {
 */
 
 template<typename T>
-class COMMON_API FstreamAccessors : T::__filebuf_type {
+class FstreamAccessors : T::__filebuf_type {
     typedef FstreamAccessors<T> MyType;
 public:
     static int GetFd(T &strm) {