Moved all #include "osg/.." references to #include <osg/..> to aid port to
MacOS.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#include "osg/Node"
|
||||
#include "osg/Group"
|
||||
#include "osg/NodeVisitor"
|
||||
#include <osg/Node>
|
||||
#include <osg/Group>
|
||||
#include <osg/NodeVisitor>
|
||||
|
||||
#include "osg/Notify"
|
||||
#include <osg/Notify>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user