Moved all #include "osg/.." references to #include <osg/..> to aid port to
MacOS.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
#pragma warning( disable : 4786 )
|
||||
#endif
|
||||
|
||||
#include "osgUtil/DriveManipulator"
|
||||
#include "osgUtil/IntersectVisitor"
|
||||
#include "osg/Notify"
|
||||
#include <osgUtil/DriveManipulator>
|
||||
#include <osgUtil/IntersectVisitor>
|
||||
#include <osg/Notify>
|
||||
|
||||
using namespace osg;
|
||||
using namespace osgUtil;
|
||||
|
||||
Reference in New Issue
Block a user