Merge pull request #5959 from mikeller/remove_unneeded_include

Removed unneeded include (that was breaking layering as well).
This commit is contained in:
Michael Keller 2018-05-26 23:54:10 +12:00 committed by GitHub
commit 5d7017c245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"