1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-25 16:43:33 +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 #define GAME_MWBASE_DIALOGUEMANAGER_H
#include <string> #include <string>
#include <string_view>
#include <vector> #include <vector>
#include <list> #include <list>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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