grove lcd: cleanup includes
Change-Id: If9c7b505c1233c8e86bc3142ac803dc1a5ac5272 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
a61a7faf53
commit
2f042d65a0
1 changed files with 1 additions and 7 deletions
|
@ -15,18 +15,12 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <nanokernel.h>
|
#include <nanokernel.h>
|
||||||
#include <arch/cpu.h>
|
#include <init.h>
|
||||||
|
|
||||||
#include <device.h>
|
|
||||||
#include <sys_clock.h>
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#include <init.h>
|
|
||||||
#include <i2c.h>
|
#include <i2c.h>
|
||||||
#include <display/grove_lcd.h>
|
#include <display/grove_lcd.h>
|
||||||
|
|
||||||
#include <misc/util.h>
|
#include <misc/util.h>
|
||||||
|
|
||||||
#define SYS_LOG_DOMAIN "Grove LCD"
|
#define SYS_LOG_DOMAIN "Grove LCD"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue