mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-25 16:43:33 +00:00
Change includes
This commit is contained in:
parent
c6ca0e78c9
commit
e79f803402
@ -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>
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
@ -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
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <string_view>
|
||||||
#include <iosfwd>
|
#include <iosfwd>
|
||||||
|
|
||||||
namespace Compiler
|
namespace Compiler
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user