comparison Applications/Sdl/SdlStoneApplicationRunner.cpp @ 792:4fe4b221a31f

deprecating MessagingToolbox
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 May 2019 08:49:49 +0200
parents 4f2416d519b4
children b537002f83a9 2d8ab34c8c91
comparison
equal deleted inserted replaced
791:907189734acd 792:4fe4b221a31f
23 #error this file shall be included only with the ORTHANC_ENABLE_SDL set to 1 23 #error this file shall be included only with the ORTHANC_ENABLE_SDL set to 1
24 #endif 24 #endif
25 25
26 #include "SdlStoneApplicationRunner.h" 26 #include "SdlStoneApplicationRunner.h"
27 27
28 #include "../../Framework/Toolbox/MessagingToolbox.h"
29 #include "../../Platforms/Generic/OracleWebService.h" 28 #include "../../Platforms/Generic/OracleWebService.h"
30 #include "SdlEngine.h" 29 #include "SdlEngine.h"
31 30
32 #include <Core/Logging.h> 31 #include <Core/Logging.h>
33 #include <Core/HttpClient.h> 32 #include <Core/HttpClient.h>