diff options
Diffstat (limited to 'src/gui/widgets/layout.h')
-rw-r--r-- | src/gui/widgets/layout.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/widgets/layout.h b/src/gui/widgets/layout.h index 86b5dddcb..9c0154ff6 100644 --- a/src/gui/widgets/layout.h +++ b/src/gui/widgets/layout.h @@ -25,13 +25,8 @@ #include "gui/widgets/layoutcell.h" -#include <vector> - #include "localconsts.h" -class BasicContainer2; -class Widget; - /** * This class is an helper for setting the position of widgets. They are * positioned along the cells of some rectangular tables. The layout may either |