Index: src/libchcore/TBasePathDataFwd.h =================================================================== diff -u -N -re96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3 -r4fe995b304ea342b50293f92d3c1992b43b820f7 --- src/libchcore/TBasePathDataFwd.h (.../TBasePathDataFwd.h) (revision e96806b7f8ff7ca7e9f4afbea603e6351a3dc3e3) +++ src/libchcore/TBasePathDataFwd.h (.../TBasePathDataFwd.h) (revision 4fe995b304ea342b50293f92d3c1992b43b820f7) @@ -19,12 +19,10 @@ #ifndef __TBASEPATHDATAFWD_H__ #define __TBASEPATHDATAFWD_H__ -#include - namespace chcore { class TBasePathData; - typedef boost::shared_ptr TBasePathDataPtr; + typedef std::shared_ptr TBasePathDataPtr; } #endif