Fix more paths to apps/include header files

This commit is contained in:
Gregory Nutt 2016-07-21 15:42:13 -06:00
parent 49cbf69c91
commit 4ffdfac6a2
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
#include <cunistd>
#ifdef CONFIG_NXWM_TOUCHSCREEN_CONFIGDATA
# include <apps/platform/configdata.h>
# include "platform/configdata.hr"
#endif
#include "ctaskbar.hxx"

View File

@ -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"

View File

@ -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"