summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm')
-rw-r--r--NxWidgets/nxwm/src/glyph_calculator.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_calibration.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_cmd.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_mediaplayer.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_minimize.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_mplayer_controls.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_nsh.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_play24x24.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_start.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_stop.cxx2
10 files changed, 10 insertions, 10 deletions
diff --git a/NxWidgets/nxwm/src/glyph_calculator.cxx b/NxWidgets/nxwm/src/glyph_calculator.cxx
index 3d8bb97bd..e10bce74f 100644
--- a/NxWidgets/nxwm/src/glyph_calculator.cxx
+++ b/NxWidgets/nxwm/src/glyph_calculator.cxx
@@ -44,7 +44,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_calibration.cxx b/NxWidgets/nxwm/src/glyph_calibration.cxx
index fab2902fe..be9d8de0a 100644
--- a/NxWidgets/nxwm/src/glyph_calibration.cxx
+++ b/NxWidgets/nxwm/src/glyph_calibration.cxx
@@ -44,7 +44,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_cmd.cxx b/NxWidgets/nxwm/src/glyph_cmd.cxx
index 816c888c5..a424fe6f3 100644
--- a/NxWidgets/nxwm/src/glyph_cmd.cxx
+++ b/NxWidgets/nxwm/src/glyph_cmd.cxx
@@ -44,7 +44,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_mediaplayer.cxx b/NxWidgets/nxwm/src/glyph_mediaplayer.cxx
index e7b55a74e..77e933915 100644
--- a/NxWidgets/nxwm/src/glyph_mediaplayer.cxx
+++ b/NxWidgets/nxwm/src/glyph_mediaplayer.cxx
@@ -47,7 +47,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_minimize.cxx b/NxWidgets/nxwm/src/glyph_minimize.cxx
index 4dd95f9f2..0c45a2f77 100644
--- a/NxWidgets/nxwm/src/glyph_minimize.cxx
+++ b/NxWidgets/nxwm/src/glyph_minimize.cxx
@@ -44,7 +44,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_mplayer_controls.cxx b/NxWidgets/nxwm/src/glyph_mplayer_controls.cxx
index 4f6a387c1..505d87733 100644
--- a/NxWidgets/nxwm/src/glyph_mplayer_controls.cxx
+++ b/NxWidgets/nxwm/src/glyph_mplayer_controls.cxx
@@ -47,7 +47,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_nsh.cxx b/NxWidgets/nxwm/src/glyph_nsh.cxx
index 69bccd344..5fa464854 100644
--- a/NxWidgets/nxwm/src/glyph_nsh.cxx
+++ b/NxWidgets/nxwm/src/glyph_nsh.cxx
@@ -44,7 +44,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_play24x24.cxx b/NxWidgets/nxwm/src/glyph_play24x24.cxx
index 7ccce5e89..e16e3b505 100644
--- a/NxWidgets/nxwm/src/glyph_play24x24.cxx
+++ b/NxWidgets/nxwm/src/glyph_play24x24.cxx
@@ -44,7 +44,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_start.cxx b/NxWidgets/nxwm/src/glyph_start.cxx
index e7937faea..db2ffaf94 100644
--- a/NxWidgets/nxwm/src/glyph_start.cxx
+++ b/NxWidgets/nxwm/src/glyph_start.cxx
@@ -44,7 +44,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "crlepalettebitmap.hxx"
diff --git a/NxWidgets/nxwm/src/glyph_stop.cxx b/NxWidgets/nxwm/src/glyph_stop.cxx
index a60b75ce8..df7e02268 100644
--- a/NxWidgets/nxwm/src/glyph_stop.cxx
+++ b/NxWidgets/nxwm/src/glyph_stop.cxx
@@ -44,7 +44,7 @@
#include <stdbool.h>
#include <nuttx/nx/nxglib.h>
-#include <nuttx/fb.h>
+#include <nuttx/video/fb.h>
#include <nuttx/rgbcolors.h>
#include "crlepalettebitmap.hxx"