diff options
Diffstat (limited to 'src/gui/gccontainer.h')
-rw-r--r-- | src/gui/gccontainer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/gccontainer.h b/src/gui/gccontainer.h index 0a573645..da584a42 100644 --- a/src/gui/gccontainer.h +++ b/src/gui/gccontainer.h @@ -26,8 +26,6 @@ #include <guichan/widgets/container.hpp> -#include "../guichanfwd.h" - /** * A garbage collecting container. Childs added to this container are * automatically deleted when the container is deleted. |