From 90f6cda4cc4781c014352f79230a97a35a5d4a4f Mon Sep 17 00:00:00 2001 From: scrawl Date: Thu, 13 Feb 2014 14:33:30 +0100 Subject: [PATCH] Moved includes to appropriate place --- apps/openmw/mwrender/terrainstorage.hpp | 3 +++ components/terrain/storage.hpp | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/openmw/mwrender/terrainstorage.hpp b/apps/openmw/mwrender/terrainstorage.hpp index 5c2035952..f2c4ecae3 100644 --- a/apps/openmw/mwrender/terrainstorage.hpp +++ b/apps/openmw/mwrender/terrainstorage.hpp @@ -1,6 +1,9 @@ #ifndef MWRENDER_TERRAINSTORAGE_H #define MWRENDER_TERRAINSTORAGE_H +#include +#include + #include namespace MWRender diff --git a/components/terrain/storage.hpp b/components/terrain/storage.hpp index 021e01c7e..9864e9825 100644 --- a/components/terrain/storage.hpp +++ b/components/terrain/storage.hpp @@ -1,9 +1,6 @@ #ifndef COMPONENTS_TERRAIN_STORAGE_H #define COMPONENTS_TERRAIN_STORAGE_H -#include -#include - #include #include