diff --git a/drivers/lcd/tda19988.c b/drivers/lcd/tda19988.c index d04695e82e..bdca8cb422 100644 --- a/drivers/lcd/tda19988.c +++ b/drivers/lcd/tda19988.c @@ -56,7 +56,7 @@ #include #include #include -#include +#include #include #include "tda19988.h" diff --git a/include/nuttx/lcd/edid.h b/include/nuttx/video/edid.h similarity index 99% rename from include/nuttx/lcd/edid.h rename to include/nuttx/video/edid.h index 8ceb3fd0e8..26fbea8417 100644 --- a/include/nuttx/lcd/edid.h +++ b/include/nuttx/video/edid.h @@ -1,5 +1,5 @@ /******************************************************************************************** - * include/nuttx/lcd/edid.h + * include/nuttx/video/edid.h * EDID (Extended Display Identification Data) Format * * Copyright (C) 2019 Gregory Nutt. All rights reserved. @@ -42,8 +42,8 @@ * ********************************************************************************************/ -#ifndef __INCLUDE_NUTTX_LCD_EDID_H -#define __INCLUDE_NUTTX_LCD_EDID_H +#ifndef __INCLUDE_NUTTX_VIDEO_EDID_H +#define __INCLUDE_NUTTX_VIDEO_EDID_H /******************************************************************************************** * Included Files @@ -631,4 +631,4 @@ void edid_sort_modes(FAR struct edid_videomode_s *modes, FAR const struct edid_videomode_s *edid_mode_lookup(FAR const char *name); -#endif /* __INCLUDE_NUTTX_LCD_EDID_H */ +#endif /* __INCLUDE_NUTTX_VIDEO_EDID_H */ diff --git a/video/edid/edid_parse.c b/video/edid/edid_parse.c index 5492f05df5..74e24cc8fb 100644 --- a/video/edid/edid_parse.c +++ b/video/edid/edid_parse.c @@ -51,7 +51,7 @@ #include #include -#include +#include /**************************************************************************** * Pre-processor Definitions diff --git a/video/edid/edid_sort.c b/video/edid/edid_sort.c index 7ea5965128..6ccf22f9bf 100644 --- a/video/edid/edid_sort.c +++ b/video/edid/edid_sort.c @@ -43,7 +43,7 @@ #include #include -#include +#include /**************************************************************************** * Pre-processor Definitions diff --git a/video/edid/edid_videomode.c b/video/edid/edid_videomode.c index 15f87ff2f1..b485e2e8e8 100644 --- a/video/edid/edid_videomode.c +++ b/video/edid/edid_videomode.c @@ -48,7 +48,7 @@ #include #include -#include +#include /**************************************************************************** * Pre-processor Definitions