Removed unneeded include (that was breaking layering as well.

This commit is contained in:
mikeller 2018-05-24 21:22:35 +12:00
parent 71a1a9789a
commit 8fb75adbed
2 changed files with 1 additions and 3 deletions

View File

@ -27,7 +27,6 @@
#include <ctype.h>
#include "platform.h"
#include "common/time.h"
// FIXME remove this for targets that don't need a CLI. Perhaps use a no-op macro when USE_CLI is not enabled
// signal that we're in cli mode
@ -51,6 +50,7 @@ extern uint8_t __config_end;
#include "common/color.h"
#include "common/maths.h"
#include "common/printf.h"
#include "common/time.h"
#include "common/typeconversion.h"
#include "common/utils.h"

View File

@ -20,8 +20,6 @@
#pragma once
#include "platform.h"
#include "drivers/bus_i2c.h"
#include "drivers/io_types.h"
#include "drivers/rcc_types.h"