From: Tilman Sauerbeck Date: Mon, 17 Jun 2019 04:24:44 +0000 (+0200) Subject: common: Avoid including fsl_clock.h, clock_config.h and board.h. X-Git-Url: http://git.code-monkey.de/?p=gps-watch.git;a=commitdiff_plain;h=84b71c011de991e39bffba40dd64c2e61bdad8c6 common: Avoid including fsl_clock.h, clock_config.h and board.h. We won't need them. --- diff --git a/src/common/fsl_common.h b/src/common/fsl_common.h index a53dbc2..30c719a 100644 --- a/src/common/fsl_common.h +++ b/src/common/fsl_common.h @@ -168,12 +168,6 @@ enum _generic_status /*! @brief Type used for all status and error return values. */ typedef int32_t status_t; -/* - * The fsl_clock.h is included here because it needs MAKE_VERSION/MAKE_STATUS/status_t - * defined in previous of this file. - */ -#include "fsl_clock.h" - /* * Chip level peripheral reset API, for MCUs that implement peripheral reset control external to a peripheral */ diff --git a/src/common/virtual_com.c b/src/common/virtual_com.c index d9e507f..013e84f 100644 --- a/src/common/virtual_com.c +++ b/src/common/virtual_com.c @@ -32,8 +32,6 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "fsl_device_registers.h" -#include "clock_config.h" -#include "board.h" #include #include