From 338c3b1cae626830c9b9d231aeb9f9e8034b37d1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 30 May 2011 20:32:32 +0300 Subject: Switch includes to use embedded guichan. --- src/gui/widgets/mouseevent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/mouseevent.h') diff --git a/src/gui/widgets/mouseevent.h b/src/gui/widgets/mouseevent.h index 5e9a46cfd..b5bf53188 100644 --- a/src/gui/widgets/mouseevent.h +++ b/src/gui/widgets/mouseevent.h @@ -22,8 +22,8 @@ #ifndef GUI_MOUSEEVENT_H #define GUI_MOUSEEVENT_H -#include -#include +#include "guichan/mouseevent.hpp" +#include "guichan/widget.hpp" class MouseEvent : public gcn::MouseEvent { -- cgit v1.2.3-70-g09d2