diff options
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 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 <guichan/mouseevent.hpp> -#include <guichan/widget.hpp> +#include "guichan/mouseevent.hpp" +#include "guichan/widget.hpp" class MouseEvent : public gcn::MouseEvent { |