Fix some includes missed in the last commit.

This commit is contained in:
Gregory Nutt 2017-11-06 15:01:21 -06:00
parent 93f7cd2d53
commit 2a331b7f23
4 changed files with 2 additions and 6 deletions

View File

@ -42,7 +42,7 @@
#include <nuttx/config.h>
#include <nuttx/video/fb.h>
#include <arch/chip/ltdc.h>
#include "stm32_ltdc.h"
#ifdef CONFIG_STM32_DMA2D

View File

@ -49,8 +49,6 @@
#include <nuttx/video/fb.h>
#include <nuttx/nx/nxglib.h>
#include <arch/chip/ltdc.h>
#ifdef CONFIG_STM32_LTDC
/************************************************************************************

View File

@ -42,7 +42,7 @@
#include <nuttx/config.h>
#include <nuttx/video/fb.h>
#include <arch/chip/ltdc.h>
#include "stm32_ltdc.h"
#ifdef CONFIG_STM32F7_DMA2D

View File

@ -49,8 +49,6 @@
#include <nuttx/video/fb.h>
#include <nuttx/nx/nxglib.h>
#include <arch/chip/ltdc.h>
#ifdef CONFIG_STM32F7_LTDC
/************************************************************************************