moved include headers to correct location

ugfx_release_2.6
Joel Bodenmann 2013-10-27 16:39:42 +01:00 committed by inmarket
parent 579a780671
commit 7c3b7270fc
2 changed files with 11 additions and 8 deletions

View File

@ -279,15 +279,26 @@ bool_t gwinAttachListener(GListener *pl);
#if GWIN_NEED_BUTTON || defined(__DOXYGEN__) #if GWIN_NEED_BUTTON || defined(__DOXYGEN__)
#include "gwin/button.h" #include "gwin/button.h"
#endif #endif
#if GWIN_NEED_SLIDER || defined(__DOXYGEN__) #if GWIN_NEED_SLIDER || defined(__DOXYGEN__)
#include "gwin/slider.h" #include "gwin/slider.h"
#endif #endif
#if GWIN_NEED_CHECKBOX || defined(__DOXYGEN__) #if GWIN_NEED_CHECKBOX || defined(__DOXYGEN__)
#include "gwin/checkbox.h" #include "gwin/checkbox.h"
#endif #endif
#if GWIN_NEED_RADIO || defined(__DOXYGEN__) #if GWIN_NEED_RADIO || defined(__DOXYGEN__)
#include "gwin/radio.h" #include "gwin/radio.h"
#endif #endif
#if GWIN_NEED_LABEL || defined(__DOXYGEN__)
#include "gwin/label.h"
#endif
#if GWIN_NEED_LIST || defined(__DOXYGEN__)
#include "gwin/list.h"
#endif
#endif /* _GWIDGET_H */ #endif /* _GWIDGET_H */
/** @} */ /** @} */

View File

@ -823,14 +823,6 @@ extern "C" {
#include "gwin/image.h" #include "gwin/image.h"
#endif #endif
#if GWIN_NEED_LABEL || defined(__DOXYGEN__)
#include "gwin/label.h"
#endif
#if GWIN_NEED_LIST || defined(__DOXYGEN__)
#include "gwin/list.h"
#endif
#endif /* GFX_USE_GWIN */ #endif /* GFX_USE_GWIN */
#endif /* _GWIN_H */ #endif /* _GWIN_H */