From aec8c3846103da0d65ca772d859c501f2d6d9c57 Mon Sep 17 00:00:00 2001 From: scrawl Date: Mon, 25 Jan 2016 21:03:33 +0100 Subject: [PATCH] Move observer_ptr include where it belongs --- apps/openmw/mwrender/sky.cpp | 1 + apps/openmw/mwworld/projectilemanager.hpp | 1 - components/sceneutil/lightcontroller.cpp | 1 - components/sceneutil/lightmanager.hpp | 1 + components/sceneutil/lightutil.cpp | 1 - 5 files changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/openmw/mwrender/sky.cpp b/apps/openmw/mwrender/sky.cpp index 692e3655a0..513fc74a34 100644 --- a/apps/openmw/mwrender/sky.cpp +++ b/apps/openmw/mwrender/sky.cpp @@ -17,6 +17,7 @@ #include #include #include +#include #include #include diff --git a/apps/openmw/mwworld/projectilemanager.hpp b/apps/openmw/mwworld/projectilemanager.hpp index 02ac6cb55d..74d4c1dc53 100644 --- a/apps/openmw/mwworld/projectilemanager.hpp +++ b/apps/openmw/mwworld/projectilemanager.hpp @@ -3,7 +3,6 @@ #include -#include #include #include diff --git a/components/sceneutil/lightcontroller.cpp b/components/sceneutil/lightcontroller.cpp index 47575e2e6d..e3ea93843c 100644 --- a/components/sceneutil/lightcontroller.cpp +++ b/components/sceneutil/lightcontroller.cpp @@ -2,7 +2,6 @@ #include -#include #include #include diff --git a/components/sceneutil/lightmanager.hpp b/components/sceneutil/lightmanager.hpp index 07b3b4a62e..0d8610eadb 100644 --- a/components/sceneutil/lightmanager.hpp +++ b/components/sceneutil/lightmanager.hpp @@ -5,6 +5,7 @@ #include #include +#include namespace SceneUtil { diff --git a/components/sceneutil/lightutil.cpp b/components/sceneutil/lightutil.cpp index 979d41181b..6499c54b1d 100644 --- a/components/sceneutil/lightutil.cpp +++ b/components/sceneutil/lightutil.cpp @@ -1,6 +1,5 @@ #include "lightutil.hpp" -#include #include #include #include