1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-29 16:41:34 +00:00

Merge branch 'fix_includes' into 'master'

Add missing and remove redundant includes

See merge request OpenMW/openmw!2938
This commit is contained in:
psi29a 2023-04-18 11:46:52 +00:00
commit ed4e75df65
3 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
#ifndef GAME_MWSTATE_STATEMANAGER_H
#define GAME_MWSTATE_STATEMANAGER_H
#include <filesystem>
#include <list>
#include <string>

View file

@ -5,7 +5,6 @@
#include <vector>
#include "components/esm/defs.hpp"
#include "components/esm/refid.hpp"
namespace ESM
{

View file

@ -5,6 +5,7 @@
#include <osg/Vec3f>
#include <cstdint>
#include <initializer_list>
#include <memory>
#include <string>