]> git.mxchange.org Git - simgear.git/blobdiff - simgear/structure/Singleton.hxx
Revert "Use simgear internal stuff for the singleton class."
[simgear.git] / simgear / structure / Singleton.hxx
index cc98c497633a7d754f910af66d151a8995b6325a..35c712a28f66c0194f4fec8b8f3c9e26bb1001c2 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef SIMGEAR_SINGLETON_HXX
 #define SIMGEAR_SINGLETON_HXX 1
 
-#include <boost/pool/detail/singleton.hpp>
+#include "singleton.hpp"
 
 #ifndef NO_OPENSCENEGRAPH_INTERFACE
 #include <osg/Referenced>
 #include <osg/ref_ptr>
-#endif 
+#endif
 
 namespace simgear
 {