Move macros.h from platform/ to common/
Created by: wangkuiyi
The directory platform
is for platform-dependent code, for example, CUDA or ARM7a.
The file https://github.com/PaddlePaddle/paddle-mobile/blob/develop/src/platform/macros.h is independent with platforms, thus should be moved to https://github.com/PaddlePaddle/paddle-mobile/tree/develop/src/common.