moved include headers to correct location

ugfx_release_2.6
Joel Bodenmann 2013-10-27 16:39:42 +01:00
parent 98e7a40205
commit 1130f93af7
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__)
#include "gwin/button.h"
#endif
#if GWIN_NEED_SLIDER || defined(__DOXYGEN__)
#include "gwin/slider.h"
#endif
#if GWIN_NEED_CHECKBOX || defined(__DOXYGEN__)
#include "gwin/checkbox.h"
#endif
#if GWIN_NEED_RADIO || defined(__DOXYGEN__)
#include "gwin/radio.h"
#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 */
/** @} */

View File

@ -820,14 +820,6 @@ extern "C" {
#include "gwin/image.h"
#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 /* _GWIN_H */