1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-27 06:14:09 +00:00

Add missing and remove redundant includes

This commit is contained in:
elsid 2023-04-17 21:12:05 +02:00
parent a82b7cb872
commit b33d12b8e1
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625
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>