diff --git a/coreapi/chat.c b/coreapi/chat.c index 90d51b3e0..b2fa26f1f 100644 --- a/coreapi/chat.c +++ b/coreapi/chat.c @@ -38,7 +38,7 @@ #include "c-wrapper/c-wrapper.h" #include "chat/chat-room/basic-chat-room.h" #include "chat/chat-room/client-group-chat-room.h" -#include "chat/real-time-text-chat-room.h" +#include "chat/chat-room/real-time-text-chat-room.h" #include "chat/chat-room/real-time-text-chat-room-p.h" #include "content/content-type.h" diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index bab227b5b..3ce577415 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -45,7 +45,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "mediastreamer2/msjpegwriter.h" #include "mediastreamer2/msogl.h" #include "mediastreamer2/msvolume.h" -#include "chat/client-group-chat-room-p.h" +#include "chat/chat-room/client-group-chat-room-p.h" #include "conference/remote-conference-event-handler.h" // For migration purpose.