X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fmain.cpp;h=7fac0539d82829256866d7800ceec1db211aa344;hb=f9c7bf3eee1eefc10e11d8d760d627c70a8d111f;hp=7abdb28f1d8765e3235ad526dccd18577f9a5829;hpb=ce30cadf3f9ac54709dcf6e032d01f28414248f2;p=casparcg diff --git a/shell/main.cpp b/shell/main.cpp index 7abdb28f1..7fac0539d 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -17,15 +17,16 @@ * along with CasparCG. If not, see . * */ -#include "resource.h" - -#include "server.h" // tbbmalloc_proxy: // Replace the standard memory allocation routines in Microsoft* C/C++ RTL // (malloc/free, global new/delete, etc.) with the TBB memory allocator. #include +#include "resource.h" + +#include "server.h" + #ifdef _DEBUG #define _CRTDBG_MAP_ALLOC #include