This patch removes unnecessary defines and macros from the common header
file in the shared directory.
Change-Id: Id7e6b0c132a9fc2bcec144d2f55fd836729d900a
Signed-off-by: Wook Song <wook16.song@samsung.com>
* limitations under the License.
*/
-#ifndef __DD_COMMON_H__
-#define __DD_COMMON_H__
-
-#include <stdio.h>
-#include <stdlib.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#ifndef API
-#define API __attribute__ ((visibility("default")))
-#endif
-
-#ifndef DEPRECATED
-#define DEPRECATED __attribute__ ((deprecated))
-#endif
+#ifndef __SHARED_COMMON_H__
+#define __SHARED_COMMON_H__
#ifndef __CONSTRUCTOR__
#define __CONSTRUCTOR__ __attribute__ ((constructor))
#define __DESTRUCTOR__ __attribute__ ((destructor))
#endif
-#ifdef __cplusplus
-
-}
-#endif
-#endif /* __DD_COMMON_H__ */
+#endif /* __SHARED_COMMON_H__ */