diff options
Diffstat (limited to 'src/gui/chatinput.h')
-rw-r--r-- | src/gui/chatinput.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gui/chatinput.h b/src/gui/chatinput.h index 043244b9..44e22956 100644 --- a/src/gui/chatinput.h +++ b/src/gui/chatinput.h @@ -17,19 +17,17 @@ * You should have received a copy of the GNU General Public License * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * $Id: chatinput.h 3361 2007-07-07 20:12:58Z b_lindeijer $ */ #ifndef _TMW_CHATINPUT_H #define _TMW_CHATINPUT_H +#include <guichan/focuslistener.hpp> + #include "textfield.h" #include "../guichanfwd.h" -#include <guichan/focuslistener.hpp> - /** * The chat input hides when it loses focus. It is also invisible by default. */ |