mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-08 14:07:23 +00:00
Fix more paths to apps/include header files
This commit is contained in:
parent
49cbf69c91
commit
4ffdfac6a2
3 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@
|
|||
#include <cunistd>
|
||||
|
||||
#ifdef CONFIG_NXWM_TOUCHSCREEN_CONFIGDATA
|
||||
# include <apps/platform/configdata.h>
|
||||
# include "platform/configdata.hr"
|
||||
#endif
|
||||
|
||||
#include "ctaskbar.hxx"
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
#include <debug.h>
|
||||
|
||||
#ifdef CONFIG_NXWM_TOUCHSCREEN_CONFIGDATA
|
||||
# include <apps/platform/configdata.h>
|
||||
# include "platform/configdata.h"
|
||||
#endif
|
||||
|
||||
#include "nxwmconfig.hxx"
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
#include <dirent.h>
|
||||
#include <debug.h>
|
||||
|
||||
#include <apps/system/nxplayer.h>
|
||||
#include "system/nxplayer.h"
|
||||
#include <nuttx/audio/audio.h>
|
||||
|
||||
#include "cwidgetcontrol.hxx"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue