]> git.sesse.net Git - casparcg/blobdiff - protocol/StdAfx.h
[image_scroll_producer]:
[casparcg] / protocol / StdAfx.h
index 8b09ded289d952097cbb2a2692edc43a8ed7a510..bc9586c93be336edb9c4ea79cbe3cd7437c53996 100644 (file)
 #include <boost/filesystem.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>