X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=shell%2Fmain.cpp;h=7fac0539d82829256866d7800ceec1db211aa344;hb=000645b1ecced3a77a4e2f4858c03e2fbb8bc95b;hp=7abdb28f1d8765e3235ad526dccd18577f9a5829;hpb=13bbffbc95b0507de36d7e093970d053d5e21521;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