1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-23 19:20:56 +00:00

Change includes

This commit is contained in:
Evil Eye 2022-05-21 10:48:32 +02:00
parent c6ca0e78c9
commit e79f803402
8 changed files with 7 additions and 4 deletions

View File

@ -2,6 +2,7 @@
#define GAME_MWBASE_DIALOGUEMANAGER_H
#include <string>
#include <string_view>
#include <vector>
#include <list>

View File

@ -3,6 +3,7 @@
#include <memory>
#include <string>
#include <string_view>
#include <set>
#include "../mwworld/ptr.hpp"

View File

@ -6,6 +6,7 @@
#include <vector>
#include <map>
#include <set>
#include <string_view>
#include <deque>
#include <components/esm3/cellid.hpp>

View File

@ -1,8 +1,6 @@
#ifndef GAME_MWSCRIPT_REF_H
#define GAME_MWSCRIPT_REF_H
#include <string>
#include "../mwworld/ptr.hpp"
namespace Interpreter

View File

@ -3,6 +3,7 @@
#include <vector>
#include <string>
#include <string_view>
#include <iosfwd>
namespace Compiler

View File

@ -2,6 +2,7 @@
#define INTERPRETER_CONTEXT_H_INCLUDED
#include <string>
#include <string_view>
#include <vector>
namespace Interpreter

View File

@ -2,7 +2,7 @@
#define INTERPRETER_RUNTIME_H_INCLUDED
#include <vector>
#include <string>
#include <string_view>
#include "types.hpp"

View File

@ -1,7 +1,7 @@
#ifndef OPENMW_COMPONENTS_MISC_MESSAGEFORMATPARSER_H
#define OPENMW_COMPONENTS_MISC_MESSAGEFORMATPARSER_H
#include <string>
#include <string_view>
namespace Misc
{