mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-29 17:15:34 +00:00
Fix code format
This commit is contained in:
parent
ed4e75df65
commit
b8525e8e3d
4 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
#ifndef MWINPUT_CONTROLSWITCH_H
|
||||
#define MWINPUT_CONTROLSWITCH_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <cstdint>
|
||||
|
||||
namespace ESM
|
||||
{
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef BSA_BA2_FILE_H
|
||||
#define BSA_BA2_FILE_H
|
||||
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace Bsa
|
||||
{
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef INTERPRETER_TYPES_H_INCLUDED
|
||||
#define INTERPRETER_TYPES_H_INCLUDED
|
||||
|
||||
#include <stdexcept>
|
||||
#include <cstdint>
|
||||
#include <stdexcept>
|
||||
|
||||
namespace Interpreter
|
||||
{
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#include <memory>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <cstdint>
|
||||
|
||||
namespace Settings
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue