1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00

Move observer_ptr include where it belongs

This commit is contained in:
scrawl 2016-01-25 21:03:33 +01:00
parent fc6fe9acfb
commit aec8c38461
5 changed files with 2 additions and 3 deletions

View File

@ -17,6 +17,7 @@
#include <osg/MatrixTransform>
#include <osg/BlendFunc>
#include <osg/AlphaFunc>
#include <osg/observer_ptr>
#include <osgParticle/ParticleSystem>
#include <osgParticle/ParticleSystemUpdater>

View File

@ -3,7 +3,6 @@
#include <string>
#include <osg/observer_ptr>
#include <osg/ref_ptr>
#include <osg/PositionAttitudeTransform>

View File

@ -2,7 +2,6 @@
#include <cmath>
#include <osg/observer_ptr>
#include <osg/NodeVisitor>
#include <components/sceneutil/lightmanager.hpp>

View File

@ -5,6 +5,7 @@
#include <osg/Group>
#include <osg/NodeVisitor>
#include <osg/observer_ptr>
namespace SceneUtil
{

View File

@ -1,6 +1,5 @@
#include "lightutil.hpp"
#include <osg/observer_ptr>
#include <osg/Light>
#include <osg/Group>
#include <osg/ComputeBoundsVisitor>