aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-10-27 16:39:42 +0100
committerJoel Bodenmann <joel@unormal.org>2013-10-27 16:39:42 +0100
commit1130f93af7f44051d19c2d35f6a0f30d59df42da (patch)
tree344ea661ae28c0280da4788388a83ff316ae4f0a /include/gwin
parent98e7a40205fd045898e6ca8f7b57199d9eb4a002 (diff)
downloaduGFX-1130f93af7f44051d19c2d35f6a0f30d59df42da.tar.gz
uGFX-1130f93af7f44051d19c2d35f6a0f30d59df42da.tar.bz2
uGFX-1130f93af7f44051d19c2d35f6a0f30d59df42da.zip
moved include headers to correct location
Diffstat (limited to 'include/gwin')
-rw-r--r--include/gwin/gwidget.h11
-rw-r--r--include/gwin/gwin.h8
2 files changed, 11 insertions, 8 deletions
diff --git a/include/gwin/gwidget.h b/include/gwin/gwidget.h
index b760dd41..493485b3 100644
--- a/include/gwin/gwidget.h
+++ b/include/gwin/gwidget.h
@@ -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 */
/** @} */
diff --git a/include/gwin/gwin.h b/include/gwin/gwin.h
index 372ece9c..45e29b00 100644
--- a/include/gwin/gwin.h
+++ b/include/gwin/gwin.h
@@ -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 */