Fix more paths to apps/include header files
This commit is contained in:
parent
49cbf69c91
commit
4ffdfac6a2
@ -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…
Reference in New Issue
Block a user