diff --git a/include/osg/ref_ptr b/include/osg/ref_ptr index d79cde397..eb8e36662 100644 --- a/include/osg/ref_ptr +++ b/include/osg/ref_ptr @@ -22,10 +22,6 @@ #include #endif -#if __cplusplus >= 201103L -#include -#endif - namespace osg { template class observer_ptr;