]> Dogcows Code - chaz/yoink/blobdiff - src/moof/resource.cc
pch support
[chaz/yoink] / src / moof / resource.cc
index 7a60d0e304e6e4c444dbeb5d920c3a5215c4e478..8188313b8442011b615925cd61e1aafcf6b81260 100644 (file)
 
 #include <queue>
 
+#include <boost/algorithm/string.hpp>
+#include <boost/weak_ptr.hpp>
+
+#include <stlplus/portability/file_system.hpp>
+
 #if ENABLE_HOTLOADING
 #include <sys/inotify.h>
 #include <sys/ioctl.h>
 #endif
 
-#include <boost/algorithm/string.hpp>
-#include <boost/weak_ptr.hpp>
-#include <stlplus/portability/file_system.hpp>
-
 #include "hash.hh"
+#include "log.hh"
 #include "resource.hh"
 
 #ifndef BUF_SIZE
This page took 0.017291 seconds and 4 git commands to generate.