]> Dogcows Code - chaz/yoink/blobdiff - src/moof/application.hh
pch support
[chaz/yoink] / src / moof / application.hh
index 5c808670bde984ce524873d45b8e6d7fe0ddeece..e96198770c56b6c184d51c75fe0a829475c59938 100644 (file)
 #ifndef _MOOF_APPLICATION_HH_
 #define _MOOF_APPLICATION_HH_
 
-/**
- * \file application.hh
- * The main loop.
- */
-
-#include <boost/noncopyable.hpp>
-
 #include <moof/event.hh>
 #include <moof/math.hh>
 #include <moof/runloop.hh>
+#include <moof/thread.hh>
 #include <moof/timer.hh>
 
 
+/**
+ * \file application.hh
+ * The main loop.
+ */
+
 namespace moof {
 
 
This page took 0.016698 seconds and 4 git commands to generate.