From bfdd5aa4be7fb4f16488fbdd893cf12eee20187d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 6 Jan 2015 18:44:14 +0300 Subject: Move chatmsgtype.h into gui subdir. --- src/gui/chatlog.h | 2 +- src/gui/widgets/tabs/chat/chattab.h | 2 +- src/gui/windows/chatwindow.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui') diff --git a/src/gui/chatlog.h b/src/gui/chatlog.h index 9495bb0e3..8e8e70696 100644 --- a/src/gui/chatlog.h +++ b/src/gui/chatlog.h @@ -23,7 +23,7 @@ #ifndef GUI_CHATLOG_H #define GUI_CHATLOG_H -#include "enums/chatmsgtype.h" +#include "enums/gui/chatmsgtype.h" #include diff --git a/src/gui/widgets/tabs/chat/chattab.h b/src/gui/widgets/tabs/chat/chattab.h index 8c5cb3036..1c735de24 100644 --- a/src/gui/widgets/tabs/chat/chattab.h +++ b/src/gui/widgets/tabs/chat/chattab.h @@ -23,7 +23,7 @@ #ifndef GUI_WIDGETS_TABS_CHAT_CHATTAB_H #define GUI_WIDGETS_TABS_CHAT_CHATTAB_H -#include "enums/chatmsgtype.h" +#include "enums/gui/chatmsgtype.h" #include "gui/widgets/browserbox.h" diff --git a/src/gui/windows/chatwindow.h b/src/gui/windows/chatwindow.h index d4bc4510a..7891a7292 100644 --- a/src/gui/windows/chatwindow.h +++ b/src/gui/windows/chatwindow.h @@ -25,7 +25,7 @@ #include "being/beingdirection.h" -#include "enums/chatmsgtype.h" +#include "enums/gui/chatmsgtype.h" #include "gui/widgets/window.h" -- cgit v1.2.3-70-g09d2