From 1130f93af7f44051d19c2d35f6a0f30d59df42da Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 27 Oct 2013 16:39:42 +0100 Subject: moved include headers to correct location --- include/gwin/gwidget.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include/gwin/gwidget.h') 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 */ /** @} */ -- cgit v1.2.3