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:
parent
fc6fe9acfb
commit
aec8c38461
@ -17,6 +17,7 @@
|
||||
#include <osg/MatrixTransform>
|
||||
#include <osg/BlendFunc>
|
||||
#include <osg/AlphaFunc>
|
||||
#include <osg/observer_ptr>
|
||||
|
||||
#include <osgParticle/ParticleSystem>
|
||||
#include <osgParticle/ParticleSystemUpdater>
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <osg/observer_ptr>
|
||||
#include <osg/ref_ptr>
|
||||
#include <osg/PositionAttitudeTransform>
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include <osg/observer_ptr>
|
||||
#include <osg/NodeVisitor>
|
||||
|
||||
#include <components/sceneutil/lightmanager.hpp>
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
#include <osg/Group>
|
||||
#include <osg/NodeVisitor>
|
||||
#include <osg/observer_ptr>
|
||||
|
||||
namespace SceneUtil
|
||||
{
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include "lightutil.hpp"
|
||||
|
||||
#include <osg/observer_ptr>
|
||||
#include <osg/Light>
|
||||
#include <osg/Group>
|
||||
#include <osg/ComputeBoundsVisitor>
|
||||
|
Loading…
Reference in New Issue
Block a user