Merge branch 'fix_includes' into 'master'

Add missing and remove redundant includes

See merge request OpenMW/openmw!2938
7344-support-launching-the-example-suite
psi29a 2 years ago
commit ed4e75df65

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

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

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

Loading…
Cancel
Save