mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-03 14:09:39 +00:00
Revert "Use forward declaration to reduce build times."
This reverts commit 305b9826df
.
This commit is contained in:
parent
305b9826df
commit
199e6ed82d
2 changed files with 2 additions and 4 deletions
|
@ -9,8 +9,6 @@
|
|||
|
||||
#include <components/settings/settings.hpp>
|
||||
|
||||
#include "mwshadowtechnique.hpp"
|
||||
|
||||
namespace SceneUtil
|
||||
{
|
||||
using namespace osgShadow;
|
||||
|
|
|
@ -7,10 +7,10 @@
|
|||
#include <components/terrain/quadtreeworld.hpp>
|
||||
#include <components/shader/shadermanager.hpp>
|
||||
|
||||
#include "mwshadowtechnique.hpp"
|
||||
|
||||
namespace SceneUtil
|
||||
{
|
||||
class MWShadowTechnique;
|
||||
|
||||
class ShadowManager
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue