aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwidget.h')
-rw-r--r--src/gwin/gwidget.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gwin/gwidget.h b/src/gwin/gwidget.h
index 8795a95b..8373e2d0 100644
--- a/src/gwin/gwidget.h
+++ b/src/gwin/gwidget.h
@@ -27,7 +27,7 @@
* @{
*/
-/* Forward definition */
+// Forward definition
struct GWidgetObject;
/**
@@ -320,9 +320,5 @@ bool_t gwinAttachListener(GListener *pl);
#include "src/gwin/progressbar.h"
#endif
-#if GWIN_NEED_FRAME || defined(__DOXYGEN__)
- #include "gwin/frame.h"
-#endif
-
#endif /* _GWIDGET_H */
/** @} */