diff options
Diffstat (limited to 'src/gui/widgets/tabbedarea.h')
-rw-r--r-- | src/gui/widgets/tabbedarea.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/widgets/tabbedarea.h b/src/gui/widgets/tabbedarea.h index 01d70380..6e96a1c4 100644 --- a/src/gui/widgets/tabbedarea.h +++ b/src/gui/widgets/tabbedarea.h @@ -22,7 +22,6 @@ #ifndef TABBEDAREA_H #define TABBEDAREA_H -#include <guichan/widget.hpp> #include <guichan/widgets/tabbedarea.hpp> #include <string> @@ -89,4 +88,3 @@ class TabbedArea : public gcn::TabbedArea }; #endif - |