]> git.sesse.net Git - casparcg/blobdiff - protocol/StdAfx.h
#40 Fixed problem with LOAD command not working
[casparcg] / protocol / StdAfx.h
index 50bdda111325b9fe6e2177b686953862cd4f257d..bc9586c93be336edb9c4ea79cbe3cd7437c53996 100644 (file)
 #      endif
 #endif
 
-#ifdef _DEBUG
+#if defined _DEBUG && defined _MSC_VER
 #include <crtdbg.h>
 #endif
 
 #include <cstdint>
-#include <winsock2.h>
-#include <tchar.h>
 #include <sstream>
 #include <memory>
 #include <functional>
 #include <math.h>
 
 #include <boost/filesystem.hpp>
-#include <boost/foreach.hpp>
 #include <boost/range/algorithm.hpp>
 
-#include "../common/utf.h"
-#include "../common/memory.h"
+#include <common/utf.h>
+#include <common/memory.h>
 //#include "../common/executor.h" // Can't include this due to MSVC lambda bug
 
-#include "../common/log.h"
-#include "../common/except.h"
+#include <common/log.h>
+#include <common/except.h>
 
-#include <assert.h>
\ No newline at end of file
+#include <assert.h>