diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-15 18:07:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-15 18:38:03 +0300 |
commit | cde42202d69e178da73c698065deca54b24054fd (patch) | |
tree | d636965ecde85db8de36fa65735920826e8e191b /src/gui/widgets/mouseevent.h | |
parent | 21e63bbf54679ec236d1f09ed435959ff6a04db2 (diff) | |
download | mv-cde42202d69e178da73c698065deca54b24054fd.tar.gz mv-cde42202d69e178da73c698065deca54b24054fd.tar.bz2 mv-cde42202d69e178da73c698065deca54b24054fd.tar.xz mv-cde42202d69e178da73c698065deca54b24054fd.zip |
move exguichan files into gui/base/
Diffstat (limited to 'src/gui/widgets/mouseevent.h')
-rw-r--r-- | src/gui/widgets/mouseevent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/mouseevent.h b/src/gui/widgets/mouseevent.h index b7c0cc94c..d98a70130 100644 --- a/src/gui/widgets/mouseevent.h +++ b/src/gui/widgets/mouseevent.h @@ -22,8 +22,8 @@ #ifndef GUI_WIDGETS_MOUSEEVENT_H #define GUI_WIDGETS_MOUSEEVENT_H -#include <guichan/mouseevent.hpp> -#include <guichan/widget.hpp> +#include "gui/base/mouseevent.hpp" +#include "gui/base/widget.hpp" class MouseEvent final : public gcn::MouseEvent { |