Unitests/nxwm: Change includes because up_cxxinitialize() is now prototypes in apps/include/platfor/cxxinitialize.h

This commit is contained in:
Gregory Nutt 2017-05-13 18:11:42 -06:00
parent 9a89d0eb9e
commit 438bda042a

View File

@ -38,7 +38,6 @@
/////////////////////////////////////////////////////////////////////////////
#include <nuttx/config.h>
#include <nuttx/arch.h>
#include <cstdio>
#include <cstdlib>
@ -48,6 +47,10 @@
# include "platform/configdata.hr"
#endif
#if defined(CONFIG_HAVE_CXX) && defined(CONFIG_HAVE_CXXINITIALIZE)
# include "platform/cxxinitialize.h"
#endif
#include "ctaskbar.hxx"
#include "cstartwindow.hxx"