From 4ffdfac6a266d48352c0b3a2dc45aff1c7d32f0f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 21 Jul 2016 15:42:13 -0600 Subject: [PATCH] Fix more paths to apps/include header files --- UnitTests/nxwm/nxwm_main.cxx | 2 +- nxwm/src/ccalibration.cxx | 2 +- nxwm/src/cmediaplayer.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UnitTests/nxwm/nxwm_main.cxx b/UnitTests/nxwm/nxwm_main.cxx index 60c6fcab0..ba47da251 100644 --- a/UnitTests/nxwm/nxwm_main.cxx +++ b/UnitTests/nxwm/nxwm_main.cxx @@ -45,7 +45,7 @@ #include #ifdef CONFIG_NXWM_TOUCHSCREEN_CONFIGDATA -# include +# include "platform/configdata.hr" #endif #include "ctaskbar.hxx" diff --git a/nxwm/src/ccalibration.cxx b/nxwm/src/ccalibration.cxx index 41189cee6..b4c9d3827 100644 --- a/nxwm/src/ccalibration.cxx +++ b/nxwm/src/ccalibration.cxx @@ -46,7 +46,7 @@ #include #ifdef CONFIG_NXWM_TOUCHSCREEN_CONFIGDATA -# include +# include "platform/configdata.h" #endif #include "nxwmconfig.hxx" diff --git a/nxwm/src/cmediaplayer.cxx b/nxwm/src/cmediaplayer.cxx index 360f296b7..e502e11db 100644 --- a/nxwm/src/cmediaplayer.cxx +++ b/nxwm/src/cmediaplayer.cxx @@ -49,7 +49,7 @@ #include #include -#include +#include "system/nxplayer.h" #include #include "cwidgetcontrol.hxx"