mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 17:41:34 +00:00
reorder includes
This commit is contained in:
parent
3b962e3fd4
commit
336275292e
1 changed files with 3 additions and 2 deletions
|
@ -1,14 +1,15 @@
|
|||
#include "corebindings.hpp"
|
||||
|
||||
#include <sol/object.hpp>
|
||||
|
||||
#include <chrono>
|
||||
#include <stdexcept>
|
||||
#include <tuple>
|
||||
|
||||
#include <sol/object.hpp>
|
||||
|
||||
#include <apps/openmw/mwlua/object.hpp>
|
||||
#include <apps/openmw/mwworld/cellstore.hpp>
|
||||
#include <apps/openmw/mwworld/worldmodel.hpp>
|
||||
|
||||
#include <components/debug/debuglog.hpp>
|
||||
#include <components/esm3/landrecorddata.hpp>
|
||||
#include <components/esm3/loadfact.hpp>
|
||||
|
|
Loading…
Reference in a new issue