diff --git a/include/guisan/actionlistener.hpp b/include/guisan/actionlistener.hpp index 74e9bbc..30d0b9b 100644 --- a/include/guisan/actionlistener.hpp +++ b/include/guisan/actionlistener.hpp @@ -57,8 +57,6 @@ #ifndef GCN_ACTIONLISTENER_HPP #define GCN_ACTIONLISTENER_HPP -#include - #include "guisan/actionevent.hpp" #include "guisan/platform.hpp" diff --git a/include/guisan/deathlistener.hpp b/include/guisan/deathlistener.hpp index f4a6be0..0147f45 100644 --- a/include/guisan/deathlistener.hpp +++ b/include/guisan/deathlistener.hpp @@ -57,8 +57,6 @@ #ifndef GCN_DEATHLISTENER_HPP #define GCN_DEATHLISTENER_HPP -#include - #include "guisan/event.hpp" #include "guisan/platform.hpp" diff --git a/include/guisan/focuslistener.hpp b/include/guisan/focuslistener.hpp index 83c5803..f3297ad 100644 --- a/include/guisan/focuslistener.hpp +++ b/include/guisan/focuslistener.hpp @@ -57,8 +57,6 @@ #ifndef GCN_FOCUSLISTENER_HPP #define GCN_FOCUSLISTENER_HPP -#include - #include "guisan/event.hpp" #include "guisan/platform.hpp" diff --git a/include/guisan/widgets/scrollarea.hpp b/include/guisan/widgets/scrollarea.hpp index 7a4a937..abb9f19 100644 --- a/include/guisan/widgets/scrollarea.hpp +++ b/include/guisan/widgets/scrollarea.hpp @@ -57,8 +57,6 @@ #ifndef GCN_SCROLLAREA_HPP #define GCN_SCROLLAREA_HPP -#include - #include "guisan/basiccontainer.hpp" #include "guisan/mouselistener.hpp" #include "guisan/platform.hpp"